From 70ffe7edaa8af660678c5af722956c170beb433a Mon Sep 17 00:00:00 2001 From: robocop Date: Thu, 28 Aug 2008 05:14:33 +0000 Subject: [PATCH] Correction. --- src/msgs/facilities2.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msgs/facilities2.sql b/src/msgs/facilities2.sql index bc0bf4b387..857e11ea1e 100644 --- a/src/msgs/facilities2.sql +++ b/src/msgs/facilities2.sql @@ -1,7 +1,7 @@ /* MAX_NUMBER is the next number to be used, always one more than the highest message number. */ set bulk_insert INSERT INTO FACILITIES (LAST_CHANGE, FACILITY, FAC_CODE, MAX_NUMBER) VALUES (?, ?, ?, ?); -- -('2008-07-08 22:12:00', 'JRD', 0, 615) +('2008-08-08 13:01:57', 'JRD', 0, 616) ('2005-09-02 00:55:59', 'QLI', 1, 513) ('1996-11-07 13:38:37', 'GDEF', 2, 345) ('2007-04-07 13:11:00', 'GFIX', 3, 116)