#IF: emptyResult
ALTER TABLE vocabularies_common add CONSTRAINT shortid_unique UNIQUE (shortidentifier);
+#
+# Add a unique constraint to the shortidentifier column of the persons_common table.
+#
+LOG.INFO Adding a unique constraint to the shortidentifier column of the persons_common table
+
+#TEST:
+SELECT constraint_name FROM information_schema.constraint_column_usage WHERE table_name = 'persons_common' AND constraint_name = 'shortid_unique';
+
+#IF: emptyResult
+ALTER TABLE persons_common add CONSTRAINT shortid_unique UNIQUE (shortidentifier);
+
+
#
# Add a unique constraint to the report 'name' column of the reports_common table.
#
cspace.ssl=false
cspace.auth=true
# default user
-cspace.user=admin@core.collectionspace.org
-#cspace.user=admin@testsci.collectionspace.org
+#cspace.user=admin@core.collectionspace.org
+cspace.user=admin@testsci.collectionspace.org
cspace.password=Administrator
# default tenant
cspace.tenant=1