게시물 Export 기간 선택과 삭제 추가 v1.5.23

This commit is contained in:
2026-06-01 15:35:45 +09:00
parent f8621d49d8
commit a4c1b42369
13 changed files with 554 additions and 33 deletions

View File

@@ -0,0 +1,8 @@
ALTER TABLE post_export_jobs
ADD COLUMN IF NOT EXISTS date_from TIMESTAMPTZ;
ALTER TABLE post_export_jobs
ADD COLUMN IF NOT EXISTS date_to TIMESTAMPTZ;
ALTER TABLE post_export_jobs
ADD COLUMN IF NOT EXISTS range_label TEXT NOT NULL DEFAULT '전체';