mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix migration sql
This commit is contained in:
parent
574636451d
commit
66819f8cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ ALTER TABLE omnivore.subscriptions
|
|||
DROP COLUMN count,
|
||||
DROP COLUMN "type";
|
||||
|
||||
DROP TYPE omnivore.subscription_type;
|
||||
DROP TYPE subscription_type;
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue