Files
sori.studio/db/migrations/009_add_post_og_image.sql

3 lines
60 B
SQL

ALTER TABLE posts
ADD COLUMN IF NOT EXISTS og_image TEXT;