core-jgi/migration-historic/i2.1z/postgresql/201502261003_IDEMPIERE-473.sql

13 lines
446 B
MySQL
Raw Normal View History

-- IDEMPIERE-473 Consistent ShelfHeight in m_product and i_product
-- Feb 26, 2015 10:02:41 AM COT
UPDATE AD_Column SET AD_Reference_ID=12,Updated=TO_TIMESTAMP('2015-02-26 10:02:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=7848
;
-- Feb 26, 2015 10:02:43 AM COT
INSERT INTO t_alter_column values('i_product','ShelfHeight','NUMERIC',null,'NULL')
;
SELECT register_migration_script('201502261003_IDEMPIERE-473.sql') FROM dual
;