otter/gpodder_sqlite/migrations/2025-02-23-095541_initial/down.sql
Jef Roosens 0cfcd90eba
refactor: split gpodder repository and the sqlite data store implementation into separate crates
The complete separation of concerns via the gpodder repository allows us
to cleanly separate the server from the gpodder specification. This
paves the way for a later Postgres implementation of the data store.
2025-03-19 08:54:49 +01:00

10 lines
148 B
SQL

drop table episode_actions;
drop table device_subscriptions;
drop table sync_groups;
drop table devices;
drop table sessions;
drop table users;