added wipefile

This commit is contained in:
Dhravya 2024-04-14 00:48:37 -07:00
parent cace9dcce0
commit ca197a98d9

7
apps/web/db/wipe.sql Normal file
View 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`;