fix migration sql

This commit is contained in:
Hongbo Wu 2023-07-06 19:51:05 +08:00
parent 574636451d
commit 66819f8cb3

View file

@ -10,6 +10,6 @@ ALTER TABLE omnivore.subscriptions
DROP COLUMN count,
DROP COLUMN "type";
DROP TYPE omnivore.subscription_type;
DROP TYPE subscription_type;
COMMIT;