Skip to content

Commit

Permalink
fix: 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Choon0414 committed Oct 6, 2024
1 parent 8a509c1 commit b84ba78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ INSERT INTO coop_opens (coop_shop_id, type, day_of_week, open_time, close_time)
VALUES
(2, '점심', 'WEEKDAYS', '11:40', '13:30'),
(2, '점심', 'WEEKEND', '미운영', '미운영'),
(2, 'NULL', 'WEEKDAYS', '08:30', '21:00'),
(3, 'NULL', 'WEEKDAYS', '08:30', '21:00'),
(3, 'NULL', 'SATURDAY', '11:00', '18:00'),
(4, 'NULL', 'WEEKDAYS', '09:00', '18:00'),
(4, 'NULL', 'WEEKEND', '휴점', '휴점'),
Expand Down

0 comments on commit b84ba78

Please sign in to comment.