4 lines
86 B
SQL
4 lines
86 B
SQL
-- Add down migration script here
|
|
ALTER TABLE
|
|
post DROP CONSTRAINT post_link_key;
|