memos/store/db/postgres/seed/10000__reset.sql
2023-12-13 19:08:06 +08:00

5 lines
100 B
SQL

TRUNCATE TABLE memo_organizer;
TRUNCATE TABLE resource;
TRUNCATE TABLE memo;
TRUNCATE TABLE "user";