IDEMPIERE-337 fix register migration script
This commit is contained in:
parent
7e38cf51ed
commit
8f2813cd73
|
@ -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
|
||||
;
|
||||
|
|
|
@ -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
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue