IDEMPIERE-1108 Some bugs found while testing 2Pack / solves 32 errors in dictionary columns (#52)

This commit is contained in:
Carlos Ruiz 2020-05-12 14:56:19 +02:00 committed by GitHub
parent a64b9081cf
commit 9d050a96b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
UPDATE AD_Column SET AD_Reference_ID = 16
WHERE AD_Reference_ID != 16 AND ColumnName IN ('Created','Updated')
;
SELECT register_migration_script('202005121431_IDEMPIERE-1108.sql') FROM dual
;

View File

@ -0,0 +1,7 @@
UPDATE AD_Column SET AD_Reference_ID = 16
WHERE AD_Reference_ID != 16 AND ColumnName IN ('Created','Updated')
;
SELECT register_migration_script('202005121431_IDEMPIERE-1108.sql') FROM dual
;