mirror of
https://github.com/usememos/memos.git
synced 2024-12-28 05:44:25 +03:00
848ecd99ee
chore: format sql
7 lines
266 B
SQL
7 lines
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`; |