From ea55841e41c7106f5773a5b0396db1bfa9a794ec Mon Sep 17 00:00:00 2001 From: Sanjay Dalal Date: Wed, 31 Mar 2010 23:27:43 +0000 Subject: [PATCH] CSPACE-1050 uses ignore error option (like the account service) to continue creating tables in case fresh database is created test: ant create_db on a fresh database from authz service M pstore/build.xml --- services/authorization/pstore/build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/authorization/pstore/build.xml b/services/authorization/pstore/build.xml index be9641b7a..aeb887e43 100644 --- a/services/authorization/pstore/build.xml +++ b/services/authorization/pstore/build.xml @@ -158,6 +158,7 @@ userid="${db.user}" password="${db.user.password}" src="${db.script.dir}/authorization.sql" + onerror="continue" > -- 2.47.3