-- t-paliad-238: revert submission_drafts table. -- -- The shared paliad.tg_set_updated_at trigger function is intentionally -- left in place — it may be in use by other tables. DROP TABLE cascades -- to the trigger that references it on this table only. DROP TABLE IF EXISTS paliad.submission_drafts;