Skip to content

Commit

Permalink
initial data fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Sep 30, 2023
1 parent c469a19 commit c8129d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/initial_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ INSERT INTO `settings` (`item`, `value`) VALUES
('register_programs_from', NULL),
('register_programs_to', NULL),
('seminar_email', '[email protected]'),
('seminar_from_date', CURDATE() + 1),
('seminar_from_date', CURDATE() + INTERVAL 1 DAY),
('seminar_name', 'Název semináře'),
('seminar_to_date', CURDATE() + 2),
('seminar_to_date', CURDATE() + INTERVAL 2 DAY),
('skautis_event_id', NULL),
('skautis_event_name', NULL),
('variable_symbol_code', '');
Expand Down

0 comments on commit c8129d8

Please sign in to comment.