chore: combine migrations into one

This commit is contained in:
Jef Roosens 2025-02-28 09:46:26 +01:00
parent 2be126a7b3
commit 7ce41cd034
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
10 changed files with 77 additions and 51 deletions

View file

@ -0,0 +1,8 @@
drop table episode_actions;
drop table subscriptions;
drop table devices;
drop table sessions;
drop table users;