refactor: rename database tables for notification entities to improve clarity and consistency

This commit is contained in:
2026-07-02 16:04:18 +08:00
parent c5225d8c97
commit a0d26fa3a3
7 changed files with 51 additions and 51 deletions
+6 -6
View File
@@ -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;