8 lines
178 B
PL/PgSQL
Executable File
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;
|