mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-23 05:14:26 +00:00
feat: initial postgres driver
This commit is contained in:
9
store/db/postgres/seed/10000__reset.sql
Normal file
9
store/db/postgres/seed/10000__reset.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
DELETE FROM activity;
|
||||
|
||||
DELETE FROM shortcut;
|
||||
|
||||
DELETE FROM user_setting;
|
||||
|
||||
DELETE FROM user;
|
||||
|
||||
DELETE FROM workspace_setting;
|
Reference in New Issue
Block a user