This website requires JavaScript.
Explore
Help
Sign In
YourSelfHosted
/
memos
Watch
1
Star
0
Fork
0
You've already forked memos
mirror of
https://github.com/usememos/memos.git
synced
2025-02-23 06:37:41 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
memos
/
store
/
db
/
seed
/
10000__reset.sql
14 lines
121 B
MySQL
Raw
Normal View
History
Unescape
Escape
chore: format SQL (#987) chore: format sql
2023-01-22 21:16:03 +08:00
DELETE
FROM
memo_organizer
;
DELETE
FROM
resource
;
DELETE
FROM
shortcut
;
DELETE
FROM
memo
;
DELETE
FROM
user
;
Reference in New Issue
Copy Permalink