게시물 Export 기간 선택과 삭제 추가 v1.5.23
This commit is contained in:
8
db/migrations/042_post_export_date_range.sql
Normal file
8
db/migrations/042_post_export_date_range.sql
Normal 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 '전체';
|
||||
Reference in New Issue
Block a user