2013-01-30 08:18:07 +07:00
|
|
|
-- IDEMPIERE-294 Maintenance / Fix wrong datatype of column on DB
|
|
|
|
ALTER TABLE ad_broadcastmessage DROP COLUMN notification_client_id;
|
|
|
|
;
|
|
|
|
|
2013-01-30 08:21:27 +07:00
|
|
|
ALTER TABLE ad_broadcastmessage ADD (notification_client_id NUMBER(10,0) NULL);
|
2013-01-30 08:18:07 +07:00
|
|
|
;
|
|
|
|
|
|
|
|
SELECT register_migration_script('201301291717_IDEMPIERE-294.sql') FROM dual
|
|
|
|
;
|
|
|
|
|