]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6349: Additional tweaks to comments in Nuxeo databases initialization script.
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 21 Mar 2014 20:31:05 +0000 (13:31 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 21 Mar 2014 20:31:05 +0000 (13:31 -0700)
src/main/resources/db/postgresql/init_nuxeo_db.sql

index 84e9e0a5700d629407791c1aade4b56747e899d7..1fa625b6b661fbcdf2112dbd962debda81563779 100644 (file)
@@ -1,20 +1,22 @@
+
 -- init_nuxeo_db.sql
 
 -- This file holds SQL statements which can be run to initialize
 -- the Nuxeo-managed databases. A copy of this file is deployed to the 
 -- CollectionSpace server folder during a build of the Services layer.
 
--- Beginning with CollectionSpace version 4.1, the contents of the deployed
--- copy of this file are no longer static. Rather, that file's contents are
--- now written during each CollectionSpace system startup, via Services layer code.
-
 -- You can manually invoke the initialization commands in that file
 -- by entering the command "ant create_nuxeo_db" from the top of the
 -- Services layer source code tree. (Please note that doing so will DELETE
 -- the Nuxeo-managed databases and their associated user roles, and
 -- will irrevocably DESTROY your data contained in those databases.)
 
+-- Beginning with CollectionSpace version 4.1, the contents of the deployed
+-- copy of this file are no longer static. Rather, that file's contents are
+-- now written during each CollectionSpace system startup, via Services
+-- layer code. (Code-written contents appear at the top of that file.)
+
 -- Any additional initialization statements not already written to that
 -- file during startup can be added here, following this comment. You'll
--- need to deploy this file to the CollectionSpace server folder, to have
--- those additional statements take effect:
+-- need to deploy this file to the CollectionSpace server folder, via the
+-- command "ant deploy", to have those additional statements take effect: