diff --git a/packages/db/migrations/0114.undo.add_type_to_subscriptions.sql b/packages/db/migrations/0114.undo.add_type_to_subscriptions.sql index 1d6b9f048..e15b0698b 100755 --- a/packages/db/migrations/0114.undo.add_type_to_subscriptions.sql +++ b/packages/db/migrations/0114.undo.add_type_to_subscriptions.sql @@ -10,6 +10,6 @@ ALTER TABLE omnivore.subscriptions DROP COLUMN count, DROP COLUMN "type"; -DROP TYPE omnivore.subscription_type; +DROP TYPE subscription_type; COMMIT;