Error with semi-colons
This commit is contained in:
parent
6b50b40a42
commit
de43068dee
|
@ -1,10 +1,11 @@
|
||||||
-- IDEMPIERE-294 Maintenance / Fix wrong datatype of column on DB
|
-- IDEMPIERE-294 Maintenance / Fix wrong datatype of column on DB
|
||||||
ALTER TABLE ad_broadcastmessage DROP COLUMN notification_client_id;
|
ALTER TABLE ad_broadcastmessage DROP COLUMN notification_client_id
|
||||||
;
|
;
|
||||||
|
|
||||||
ALTER TABLE ad_broadcastmessage ADD (notification_client_id NUMBER(10,0) NULL);
|
ALTER TABLE ad_broadcastmessage ADD (notification_client_id NUMBER(10,0) NULL)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
SELECT register_migration_script('201301291717_IDEMPIERE-294.sql') FROM dual
|
SELECT register_migration_script('201301291717_IDEMPIERE-294.sql') FROM dual
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue