Skip to content

Commit

Permalink
DB - wipe users
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jan 2, 2024
1 parent 79fbe6e commit 8840e65
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DO $$
BEGIN
DELETE FROM "user";
END $$;

0 comments on commit 8840e65

Please sign in to comment.