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/8878.down

18 lines
610 B

USE kamailio;
DROP TABLE IF EXISTS active_watchers;
DROP TABLE IF EXISTS presentity;
DROP TABLE IF EXISTS pua;
DROP TABLE IF EXISTS rls_presentity;
DROP TABLE IF EXISTS rls_watchers;
DROP TABLE IF EXISTS watchers;
DROP TABLE IF EXISTS xcap;
DELETE FROM version where table_name = 'active_watchers';
DELETE FROM version where table_name = 'presentity';
DELETE FROM version where table_name = 'pua';
DELETE FROM version where table_name = 'rls_presentity';
DELETE FROM version where table_name = 'rls_watchers';
DELETE FROM version where table_name = 'watchers';
DELETE FROM version where table_name = 'xcap';