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.
10 lines
148 B
SQL
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;
|