refactor: rename database tables for notification entities to improve clarity and consistency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DROP TABLE IF EXISTS message_log;
|
||||
DROP TABLE IF EXISTS rule_channel;
|
||||
DROP TABLE IF EXISTS rule;
|
||||
DROP TABLE IF EXISTS channel;
|
||||
DROP TABLE IF EXISTS template;
|
||||
DROP TABLE IF EXISTS source;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user