Revision: 2958
https://sourceforge.net/p/mrbs/code/2958/
Author: cimorrison
Date: 2015-01-18 13:13:22 +0000 (Sun, 18 Jan 2015)
Log Message:
-----------
Fixed schema version number in table creation SQL
Modified Paths:
--------------
mrbs/trunk/tables.my.sql
mrbs/trunk/tables.pg.sql
Modified: mrbs/trunk/tables.my.sql
===================================================================
--- mrbs/trunk/tables.my.sql 2015-01-18 12:42:25 UTC (rev 2957)
+++ mrbs/trunk/tables.my.sql 2015-01-18 13:13:22 UTC (rev 2958)
@@ -185,6 +185,6 @@
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO mrbs_variables (variable_name, variable_content)
- VALUES ( 'db_version', '38');
+ VALUES ( 'db_version', '42');
INSERT INTO mrbs_variables (variable_name, variable_content)
VALUES ( 'local_db_version', '1');
Modified: mrbs/trunk/tables.pg.sql
===================================================================
--- mrbs/trunk/tables.pg.sql 2015-01-18 12:42:25 UTC (rev 2957)
+++ mrbs/trunk/tables.pg.sql 2015-01-18 13:13:22 UTC (rev 2958)
@@ -183,6 +183,6 @@
);
INSERT INTO mrbs_variables (variable_name, variable_content)
- VALUES ('db_version', '38');
+ VALUES ('db_version', '42');
INSERT INTO mrbs_variables (variable_name, variable_content)
VALUES ('local_db_version', '1');
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits