Skip to content

Commit

Permalink
Add guests to drop table sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikandersen committed Feb 20, 2024
1 parent 534baa7 commit 7c3a98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drop-tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DROP TABLE verification_token;
DROP TABLE accounts;
DROP TABLE sessions;
DROP TABLE users;
DROP TABLE guests;

0 comments on commit 7c3a98d

Please sign in to comment.