From f6105449a84ff371be616734c124a87075439b7a Mon Sep 17 00:00:00 2001 From: Fabian Urner Date: Tue, 28 May 2024 10:22:47 +0200 Subject: [PATCH] fix: add a few more sample data for contract modification --- sql/insert_data.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/insert_data.sql b/sql/insert_data.sql index 32202d9..e4cf0bf 100644 --- a/sql/insert_data.sql +++ b/sql/insert_data.sql @@ -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