fix: use correct table name for sync_group
This commit is contained in:
parent
158910a61f
commit
025a69ea71
3 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,8 @@ drop table episode_actions;
|
|||
|
||||
drop table device_subscriptions;
|
||||
|
||||
drop table sync_groups;
|
||||
|
||||
drop table devices;
|
||||
|
||||
drop table sessions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue