1
1
Fork 0
mirror of https://github.com/usememos/memos.git synced 2025-03-06 02:23:29 +08:00
memos/store/migration/10000__reset.sql

5 lines
124 B
MySQL
Raw Normal View History

2022-05-01 11:06:29 +08:00
DROP TABLE IF EXISTS `memo`;
DROP TABLE IF EXISTS `shortcut`;
DROP TABLE IF EXISTS `resource`;
DROP TABLE IF EXISTS `user`;