From 2dc55b7768adf555d26a2ac4779d88075fdb61cc Mon Sep 17 00:00:00 2001 From: Adriaan Renting <renting@astron.nl> Date: Fri, 27 Nov 2015 12:24:02 +0000 Subject: [PATCH] Task #8481: fixed psql comment --- .../sql/add_resource_allocation_statics.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/ResourceAssignment/ResourceAllocationDatabase/sql/add_resource_allocation_statics.sql b/SAS/ResourceAssignment/ResourceAllocationDatabase/sql/add_resource_allocation_statics.sql index 5ffb8310f0b..3e8206ebf6e 100644 --- a/SAS/ResourceAssignment/ResourceAllocationDatabase/sql/add_resource_allocation_statics.sql +++ b/SAS/ResourceAssignment/ResourceAllocationDatabase/sql/add_resource_allocation_statics.sql @@ -1,5 +1,5 @@ -- resourceassignment password for testing on mcu005 is the same as the password on the president's luggage +6 --- psql resourceassignment -U resourceassignment -f fill_database.sql -W +-- psql resourceassignment -U resourceassignment -f add_resource_allocation_statics.sql -W BEGIN; INSERT INTO resource_allocation.task_status VALUES (200, 'prepared'), (300, 'approved'), (320, 'on_hold'), (335, 'conflict'), -- GitLab