core-jgi/migration/i1.0z/postgresql/201310311828_ReleaseQA_IDEM...

14 lines
376 B
SQL

-- fix wrong entity types
update ad_column set entitytype='D' where ad_column_id in (210647,210648,210649,210849)
;
update ad_field set entitytype='D' where ad_field_id in (202285,202479,202478)
;
update ad_element set entitytype='D' where ad_element_id in (202566,202567,202568)
;
SELECT register_migration_script('201310311828_ReleaseQA_IDEMPIERE-1157.sql') FROM dual
;