Skip to content

Commit 241d565

Browse files
committed
migration 필드 추가: 시작/종료시각
1 parent b6ee817 commit 241d565

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

program/resources.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ class Meta:
2020
"short_desc",
2121
"desc",
2222
"room",
23-
"program_type"
23+
"program_type",
24+
"start_at",
25+
"end_at"
2426
]

0 commit comments

Comments
 (0)