chore: combine migrations into one
This commit is contained in:
parent
2be126a7b3
commit
7ce41cd034
10 changed files with 77 additions and 51 deletions
8
migrations/2025-02-23-095541_initial/down.sql
Normal file
8
migrations/2025-02-23-095541_initial/down.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
drop table episode_actions;
|
||||
|
||||
drop table subscriptions;
|
||||
|
||||
drop table devices;
|
||||
|
||||
drop table sessions;
|
||||
drop table users;
|
||||
Loading…
Add table
Add a link
Reference in a new issue