대표 이미지 전용 카드 썸네일로 정리
This commit is contained in:
2
db/migrations/054_add_post_show_featured_image.sql
Normal file
2
db/migrations/054_add_post_show_featured_image.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE posts
|
||||
ADD COLUMN IF NOT EXISTS show_featured_image BOOLEAN NOT NULL DEFAULT false;
|
||||
Reference in New Issue
Block a user