mirror of https://github.com/sipwise/db-schema.git
parent
f187b5b5ca
commit
bc2a7d42bc
@ -0,0 +1,2 @@
|
||||
USE provisioning;
|
||||
ALTER TABLE voip_sound_files DROP COLUMN codec;
|
@ -0,0 +1,2 @@
|
||||
USE provisioning;
|
||||
ALTER TABLE voip_sound_files ADD COLUMN codec VARCHAR(16) NOT NULL DEFAULT '';
|
Loading…
Reference in new issue