3 lines
107 B
SQL
3 lines
107 B
SQL
-- Make post.preview_image_url nullable
|
|
ALTER TABLE "post" ALTER COLUMN "preview_image_url" DROP NOT NULL;
|