Revision: 1228
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1228&view=rev
Author:   jberanek
Date:     2009-10-22 12:59:24 +0000 (Thu, 22 Oct 2009)

Log Message:
-----------
* Updated DB schema number in the instalation SQL files.

Modified Paths:
--------------
    mrbs/trunk/tables.my.sql
    mrbs/trunk/tables.pg.73and_above.sql
    mrbs/trunk/tables.pg.sql

Modified: mrbs/trunk/tables.my.sql
===================================================================
--- mrbs/trunk/tables.my.sql    2009-10-21 21:44:58 UTC (rev 1227)
+++ mrbs/trunk/tables.my.sql    2009-10-22 12:59:24 UTC (rev 1228)
@@ -105,6 +105,6 @@
 );
 
 INSERT INTO mrbs_variables (variable_name, variable_content)
-  VALUES ( 'db_version', '6');
+  VALUES ( 'db_version', '7');
 INSERT INTO mrbs_variables (variable_name, variable_content)
   VALUES ( 'local_db_version', '1');

Modified: mrbs/trunk/tables.pg.73and_above.sql
===================================================================
--- mrbs/trunk/tables.pg.73and_above.sql        2009-10-21 21:44:58 UTC (rev 
1227)
+++ mrbs/trunk/tables.pg.73and_above.sql        2009-10-22 12:59:24 UTC (rev 
1228)
@@ -109,6 +109,6 @@
 );
 
 INSERT INTO mrbs_variables (variable_name, variable_content)
-  VALUES ('db_version', '6');
+  VALUES ('db_version', '7');
 INSERT INTO mrbs_variables (variable_name, variable_content)
   VALUES ('local_db_version', '1');

Modified: mrbs/trunk/tables.pg.sql
===================================================================
--- mrbs/trunk/tables.pg.sql    2009-10-21 21:44:58 UTC (rev 1227)
+++ mrbs/trunk/tables.pg.sql    2009-10-22 12:59:24 UTC (rev 1228)
@@ -97,6 +97,6 @@
 );
 
 INSERT INTO mrbs_variables (variable_name, variable_content)
-  VALUES ('db_version', '6');
+  VALUES ('db_version', '7');
 INSERT INTO mrbs_variables (variable_name, variable_content)
   VALUES ('local_db_version', '1');


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to