[Ils-source] r1409 - trunk/db/mssql
scribe at crosswire.org
scribe at crosswire.org
Thu Mar 10 11:38:22 MST 2016
Author: scribe
Date: 2016-03-10 11:38:22 -0700 (Thu, 10 Mar 2016)
New Revision: 1409
Added:
trunk/db/mssql/upgrade1.80.5-1.sql
Modified:
trunk/db/mssql/pending.1.sql
Log:
moved specific database changes from pending to release for 1.80.5
Modified: trunk/db/mssql/pending.1.sql
===================================================================
--- trunk/db/mssql/pending.1.sql 2016-03-07 18:37:26 UTC (rev 1408)
+++ trunk/db/mssql/pending.1.sql 2016-03-10 18:38:22 UTC (rev 1409)
@@ -1,2 +1 @@
-alter table USERPROFILE add USERPMGRRECUREMAILSOVERRIDE char(1) DEFAULT 'F';
alter table COURSE add COURSCERTGEN VARCHAR(60) DEFAULT null;
Added: trunk/db/mssql/upgrade1.80.5-1.sql
===================================================================
--- trunk/db/mssql/upgrade1.80.5-1.sql (rev 0)
+++ trunk/db/mssql/upgrade1.80.5-1.sql 2016-03-10 18:38:22 UTC (rev 1409)
@@ -0,0 +1 @@
+alter table USERPROFILE add USERPMGRRECUREMAILSOVERRIDE char(1) DEFAULT 'F';
More information about the Ils-source
mailing list