add support for loopplay flag of soundfile handle

2.6
Christian Veigl 14 years ago
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…
Cancel
Save