7 lines
264 B
SQL
7 lines
264 B
SQL
DROP TABLE IF EXISTS notification_message_log;
|
|
DROP TABLE IF EXISTS notification_rule_channel;
|
|
DROP TABLE IF EXISTS notification_rule;
|
|
DROP TABLE IF EXISTS notification_channel;
|
|
DROP TABLE IF EXISTS notification_template;
|
|
DROP TABLE IF EXISTS notification_source;
|