add registration to script fix entity types

This commit is contained in:
Carlos Ruiz 2016-10-29 12:28:39 +02:00
parent e92b968191
commit 3c9b9f4ef8
2 changed files with 8 additions and 0 deletions

View File

@ -3,3 +3,7 @@ update ad_column set entitytype='D' where ad_column_id=211840;
update ad_field set entitytype='D' where ad_field_id=203499; update ad_field set entitytype='D' where ad_field_id=203499;
update ad_val_rule set entitytype='D' where ad_val_rule_id=200082; update ad_val_rule set entitytype='D' where ad_val_rule_id=200082;
SELECT register_migration_script('201610291213_DictFixesRelease.sql') FROM dual
;

View File

@ -3,3 +3,7 @@ update ad_column set entitytype='D' where ad_column_id=211840;
update ad_field set entitytype='D' where ad_field_id=203499; update ad_field set entitytype='D' where ad_field_id=203499;
update ad_val_rule set entitytype='D' where ad_val_rule_id=200082; update ad_val_rule set entitytype='D' where ad_val_rule_id=200082;
SELECT register_migration_script('201610291213_DictFixesRelease.sql') FROM dual
;