From 075f45986fd4d198292226e64afb71b3515576b4 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sat, 25 May 2024 18:41:26 -0500 Subject: refactored UI, with shared components and UI, better rules and million lint --- apps/web/db/wipe.sql | 7 ------- 1 file changed, 7 deletions(-) delete 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 deleted file mode 100644 index 456a48ad..00000000 --- a/apps/web/db/wipe.sql +++ /dev/null @@ -1,7 +0,0 @@ -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