chore: fix user string

This commit is contained in:
Steven
2023-12-13 19:08:06 +08:00
parent b20e0097cf
commit 2d9c5d16e1
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
TRUNCATE TABLE memo_organizer;
TRUNCATE TABLE resource;
TRUNCATE TABLE memo;
TRUNCATE TABLE user;
TRUNCATE TABLE "user";