Skip to content

Commit

Permalink
Add current and future quarter to local data
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Apr 25, 2024
1 parent fdc98dd commit fe35236
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ values (21, 1,
13, 1, 31, 3, 'metric', null);

insert into quarter (id, label, start_date, end_date)
values (8, 'GJ 23/24-Q3', '2024-01-01', '2024-03-31');
values (8, 'GJ 23/24-Q3', '2024-01-01', '2024-03-31'),
(9, 'GJ 23/24-Q4', '2024-04-01', '2024-06-30'),
(10, 'GJ 24/25-Q1', '2024-07-01', '2024-09-30');

delete
from team_organisation;
Expand Down

0 comments on commit fe35236

Please sign in to comment.