IDEMPIERE-3837 Revenue Recognition / fix migration scripts issues

This commit is contained in:
Carlos Ruiz 2019-01-05 23:26:40 +01:00
parent a4130cd988
commit d889ebd6de
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
UPDATE ad_column SET entitytype='D' WHERE ad_column_id=213821;
UPDATE ad_element SET entitytype='D' WHERE ad_element_id=203286;
SELECT register_migration_script('201901052200_IDEMPIERE-3837Dict.sql') FROM dual
;

View File

@ -0,0 +1,7 @@
UPDATE ad_column SET entitytype='D' WHERE ad_column_id=213821;
UPDATE ad_element SET entitytype='D' WHERE ad_element_id=203286;
SELECT register_migration_script('201901052200_IDEMPIERE-3837Dict.sql') FROM dual
;