You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/9458.up

9 lines
209 B

USE provisioning;
-- voip_vscs was probably already dropped with 9069.up
DROP TABLE IF EXISTS voip_vscs;
-- voip_audio_files was probably already dropped with 9069.up
DROP TABLE IF EXISTS voip_audio_files;