IDEMPIERE-337 fix register migration script

This commit is contained in:
Carlos Ruiz 2013-12-06 08:49:06 -05:00
parent 7e38cf51ed
commit 8f2813cd73
2 changed files with 4 additions and 4 deletions

View File

@ -14,5 +14,5 @@ AND po.C_BPartner_ID NOT IN (
AND ppo.M_Product_ID = po.M_Product_ID
);
SELECT register_migration_script('201312051535_IDEMPIERE-337') FROM dual
;
SELECT register_migration_script('201312051535_IDEMPIERE-337.sql') FROM dual
;

View File

@ -11,5 +11,5 @@ AND po.C_BPartner_ID NOT IN (
AND ppo.M_Product_ID = po.M_Product_ID
);
SELECT register_migration_script('201312051535_IDEMPIERE-337') FROM dual
;
SELECT register_migration_script('201312051535_IDEMPIERE-337.sql') FROM dual
;