From ca197a98d996f6b0f903ec575db2af57a7312e6b Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sun, 14 Apr 2024 00:48:37 -0700 Subject: added wipefile --- apps/web/db/wipe.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/web/db/wipe.sql (limited to 'apps/web/db/wipe.sql') 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 -- cgit v1.2.3