mirror of https://github.com/sipwise/db-schema.git
Change-Id: Id2525047ff7f1993b081ed69ee91099af4b5d4e8changes/95/1295/2
parent
8e6c7bc643
commit
1237ae3129
@ -0,0 +1,6 @@
|
|||||||
|
SET AUTOCOMMIT=0;
|
||||||
|
USE provisioning;
|
||||||
|
|
||||||
|
alter table autoprov_field_device_lines drop column extension_unit;
|
||||||
|
|
||||||
|
COMMIT;
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
SET AUTOCOMMIT=0;
|
||||||
|
USE provisioning;
|
||||||
|
|
||||||
|
alter table autoprov_field_device_lines add column extension_unit tinyint unsigned not null default 0;
|
||||||
|
|
||||||
|
COMMIT;
|
||||||
Loading…
Reference in new issue