letterbox/server/migrations/20241225054216_post-link-unique.down.sql

4 lines
86 B
SQL

-- Add down migration script here
ALTER TABLE
post DROP CONSTRAINT post_link_key;