Skip to content

Commit

Permalink
Added FY 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Mar 4, 2024
1 parent 5b4e4b7 commit 2c482af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/data/core.sql
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ CALL CreateFiscalYear(1, @fiscalYear2021, @superUser, 'Fiscal Year 2022', 12, DA
SET @fiscalYear2023 = 0;
CALL CreateFiscalYear(1, @fiscalYear2022, @superUser, 'Fiscal Year 2023', 12, DATE('2023-01-01'), DATE('2023-12-31'), 'Notes for 2023', @fiscalYear2023);

SET @fiscalYear2024 = 0;
CALL CreateFiscalYear(1, @fiscalYear2023, @superUser, 'Fiscal Year 2024', 12, DATE('2024-01-01'), DATE('2024-12-31'), 'Notes for 2024', @fiscalYear2024);

--
-- Project permission
--
Expand Down

0 comments on commit 2c482af

Please sign in to comment.