v1.2.9: 라이브 에디터·홈 피드·메인 커버 개선
라이브 모드 코드/콜아웃/토글 편집, 슬래시 명령, 홈 Latest List·Compact·Cards 보기, 사이트 설정 메인 화면 커버(720px) 및 HomeHero 반영. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
4
db/migrations/027_site_settings_home_cover.sql
Normal file
4
db/migrations/027_site_settings_home_cover.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE site_settings
|
||||
ADD COLUMN IF NOT EXISTS home_cover_image_url TEXT NOT NULL DEFAULT '',
|
||||
ADD COLUMN IF NOT EXISTS home_cover_title TEXT NOT NULL DEFAULT '',
|
||||
ADD COLUMN IF NOT EXISTS home_cover_text TEXT NOT NULL DEFAULT '';
|
||||
Reference in New Issue
Block a user