From b64bb5cc7971092e76929a1cbabfafc813a8eb96 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 12 Feb 2024 16:05:37 +0000 Subject: Some formatting for ESes in Ops table Added another dummy ES to Operation 1 in test data so I can test the listing inside the table - it still does not look correct though. --- populate.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'populate.sql') diff --git a/populate.sql b/populate.sql index a78cfd5..a72e38c 100644 --- a/populate.sql +++ b/populate.sql @@ -69,6 +69,7 @@ INSERT INTO operations (name, created, description, organisation_id) VALUES ("Op INSERT INTO operations (name, created, description, organisation_id) VALUES ("Operation 3", UTC_TIMESTAMP(), "Operation 3 Description", 2); /* Create some ESs */ +INSERT INTO engagement_strategies (valid_from, valid_to, operation_id, created) VALUES ("2021-01-01", "2023-01-01", 1, UTC_TIMESTAMP()); INSERT INTO engagement_strategies (valid_from, valid_to, operation_id, created) VALUES ("2023-01-01", "2025-01-01", 1, UTC_TIMESTAMP()); -- cgit v1.2.3