1
1
Fork 0
mirror of https://github.com/usememos/memos.git synced 2025-03-03 08:43:43 +08:00
memos/store/db/mysql/seed/10000__reset.sql
2023-10-05 23:11:29 +08:00

4 lines
98 B
SQL

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