Files
omnivore/packages/db/migrations/0150.undo.remove_default_folder_in_subscription.sql
2023-12-18 16:08:36 +08:00

8 lines
178 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: remove_default_folder_in_subscription
-- Description: Remove default value of folder column in subscriptions and newsletter_emails tables
BEGIN;
COMMIT;