mirror of
https://github.com/usememos/memos.git
synced 2024-11-17 20:25:46 +08:00
5121e9f954
Move migration and seed code into driver
7 lines
No EOL
266 B
SQL
7 lines
No EOL
266 B
SQL
DROP TRIGGER IF EXISTS `trigger_update_user_modification_time`;
|
|
|
|
DROP TRIGGER IF EXISTS `trigger_update_memo_modification_time`;
|
|
|
|
DROP TRIGGER IF EXISTS `trigger_update_shortcut_modification_time`;
|
|
|
|
DROP TRIGGER IF EXISTS `trigger_update_resource_modification_time`; |