summaryrefslogtreecommitdiffstats
path: root/populate.sql
diff options
context:
space:
mode:
Diffstat (limited to 'populate.sql')
-rw-r--r--populate.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/populate.sql b/populate.sql
index b7dc783..f23edcc 100644
--- a/populate.sql
+++ b/populate.sql
@@ -42,6 +42,8 @@ CREATE TABLE operations (
CREATE INDEX idx_operations_created ON operations(created);
INSERT INTO operations (name, created, description, organisation_id) VALUES ("Operation 1", UTC_TIMESTAMP(), "Operation 1 Description", 1);
+INSERT INTO operations (name, created, description, organisation_id) VALUES ("Operation 2", UTC_TIMESTAMP(), "Operation 2 Description", 1);
+INSERT INTO operations (name, created, description, organisation_id) VALUES ("Operation 3", UTC_TIMESTAMP(), "Operation 3 Description", 2);