diff options
| author | yxshv <[email protected]> | 2024-04-14 14:32:12 +0530 |
|---|---|---|
| committer | yxshv <[email protected]> | 2024-04-14 14:32:12 +0530 |
| commit | ac41d347711b7f056a2cf8564d25dc425eb3aa8d (patch) | |
| tree | 4b921f0868d3b3d64ffcccebf2e353c4fc969bd7 /apps/web/db/wipe.sql | |
| parent | new modals (diff) | |
| parent | 6144 char limit (diff) | |
| download | supermemory-ac41d347711b7f056a2cf8564d25dc425eb3aa8d.tar.xz supermemory-ac41d347711b7f056a2cf8564d25dc425eb3aa8d.zip | |
merge
Diffstat (limited to 'apps/web/db/wipe.sql')
| -rw-r--r-- | apps/web/db/wipe.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/web/db/wipe.sql b/apps/web/db/wipe.sql new file mode 100644 index 00000000..456a48ad --- /dev/null +++ b/apps/web/db/wipe.sql @@ -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`;
\ No newline at end of file |