mirror of https://github.com/sipwise/db-schema.git
parent
3fa72b29d1
commit
2804d13b67
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE voip_sound_sets
|
||||
DROP COLUMN contract_default;
|
||||
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE voip_sound_sets
|
||||
ADD COLUMN contract_default TINYINT(1) NOT NULL DEFAULT 0;
|
||||
Loading…
Reference in new issue