Skip to content

Commit

Permalink
fix: add a few more sample data for contract modification
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-urner committed May 28, 2024
1 parent 0bdc3b9 commit f610544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/insert_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,9 @@ INSERT INTO contract_modification (timestamp, status, contract, type, into_force
VALUES
('2023-09-08 12:34:56.789', 2, 1, 2, '2023-09-08', '2024-02-29'),
('2023-09-09 11:16:39.312', 1, 4, 1, '2023-10-01', '3');
('2023-09-08 12:34:56.789', 2, 1, 1, '2023-09-08', '2'),
('2023-09-08 12:34:56.789', 2, 1, 1, '2023-09-08', '3'),
('2023-09-09 11:16:39.312', 2, 3, 1, '2023-10-01', '4');

INSERT INTO volunteer_note (timestamp, volunteer, type, note, user)
VALUES
Expand Down

0 comments on commit f610544

Please sign in to comment.