mirror of https://github.com/sipwise/db-schema.git
parent
a433f8d75c
commit
62659c9786
@ -0,0 +1,2 @@
|
|||||||
|
USE provisioning;
|
||||||
|
ALTER TABLE voip_sound_files DROP COLUMN loopplay;
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
USE provisioning;
|
||||||
|
ALTER TABLE voip_sound_files ADD COLUMN loopplay BOOLEAN DEFAULT FALSE;
|
||||||
Loading…
Reference in new issue