-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2264b6f
commit ef01194
Showing
4 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,9 @@ VALUES (1, 1, '[email protected]', 'Paco', 'Eggimann', FALSE), | |
(31, 1, '[email protected]', 'Findus', 'Peterson', FALSE), | ||
(41, 1, '[email protected]', 'Paco', 'Egiman', FALSE), | ||
(51, 1, '[email protected]', 'Robin', 'Papierer', FALSE), | ||
(61, 1, '[email protected]', 'Jaya', 'Norris', TRUE); | ||
(61, 1, '[email protected]', 'Jaya', 'Norris', TRUE), | ||
(71, 1, '[email protected]', 'Just', 'Bl', FALSE); | ||
|
||
|
||
CREATE ALIAS INIT_QUARTER_DATA FOR 'ch.puzzle.okr.util.quarter.generate.h2.QuarterFunction.initQuarterData'; | ||
CREATE ALIAS CURRENT_QUARTER_LABEL FOR 'ch.puzzle.okr.util.quarter.generate.h2.QuarterFunction.currentQuarterLabel'; | ||
|
@@ -72,7 +74,10 @@ VALUES (1, 1, 1, 4, TRUE), | |
(7, 1, 51, 6, TRUE), | ||
-- [email protected] | ||
(8, 1, 61, 5, TRUE), | ||
(9, 1, 61, 6, FALSE); | ||
(9, 1, 61, 6, FALSE), | ||
|
||
(10, 1, 71, 6, true); | ||
|
||
|
||
insert into objective (id, version, description, modified_on, progress, title, created_by_id, quarter_id, team_id, state, | ||
modified_by_id, created_on) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters