chore: move migration and seed code into driver (#2294)

Move migration and seed code into driver
This commit is contained in:
Athurg Gooth
2023-09-27 11:56:20 +08:00
committed by GitHub
parent ca98367a0a
commit 5121e9f954
45 changed files with 86 additions and 112 deletions

View File

@@ -0,0 +1,14 @@
DELETE FROM
memo_organizer;
DELETE FROM
resource;
DELETE FROM
shortcut;
DELETE FROM
memo;
DELETE FROM
user;