From 8f701b127118320fbc67d8e2c4e9d69e006064b5 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 19 Apr 2010 19:03:37 +0000 Subject: [PATCH] CSPACE-1533: Remove 'cspace' from the end of the value of the 'url' attribute of the 'sql' task, in the 'create_db' target. On some occasions, such as a first-time install, the cspace database may not exist prior to running init_db.sql, and the presence of that database name in the URL might result in an 'Unknown database' error. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 610857995..f54cbf994 100644 --- a/build.xml +++ b/build.xml @@ -210,7 +210,7 @@