mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: move migration and seed code into driver (#2294)
Move migration and seed code into driver
This commit is contained in:
14
store/sqlite/seed/10000__reset.sql
Normal file
14
store/sqlite/seed/10000__reset.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
DELETE FROM
|
||||
memo_organizer;
|
||||
|
||||
DELETE FROM
|
||||
resource;
|
||||
|
||||
DELETE FROM
|
||||
shortcut;
|
||||
|
||||
DELETE FROM
|
||||
memo;
|
||||
|
||||
DELETE FROM
|
||||
user;
|
Reference in New Issue
Block a user