mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
added wipefile
This commit is contained in:
parent
cace9dcce0
commit
ca197a98d9
1 changed files with 7 additions and 0 deletions
7
apps/web/db/wipe.sql
Normal file
7
apps/web/db/wipe.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
DELETE FROM `account`;
|
||||
DELETE FROM `contentToSpace`;
|
||||
DELETE FROM `session`;
|
||||
DELETE FROM `space`;
|
||||
DELETE FROM `storedContent`;
|
||||
DELETE FROM `user`;
|
||||
DELETE FROM `verificationToken`;
|
||||
Loading…
Add table
Reference in a new issue