Revision: 1145
http://mrbs.svn.sourceforge.net/mrbs/?rev=1145&view=rev
Author: jberanek
Date: 2009-07-03 20:07:42 +0000 (Fri, 03 Jul 2009)
Log Message:
-----------
* Updated comments at the top of the table definition SQL files, to
tell people to update the 'INSERT INTO' lines too, if they change
the table prefix.
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-07-02 09:34:14 UTC (rev 1144)
+++ mrbs/trunk/tables.my.sql 2009-07-03 20:07:42 UTC (rev 1145)
@@ -5,8 +5,9 @@
#
# Notes:
# (1) If you have decided to change the prefix of your tables from 'mrbs_'
-# to something else then you must edit each 'CREATE TABLE' line
-# below.
+# to something else using $db_tbl_prefix then you must edit each
+# 'CREATE TABLE' and 'INSERT INTO' line below to replace 'mrbs_' with
+# your new table prefix.
# (2) If you change some of the varchar lengths here, then you should check
# to see whether a corresponding length has been defined in the config file.
# An example is ENTRY_NAME_LENGTH which is defined in the config file and
Modified: mrbs/trunk/tables.pg.73and_above.sql
===================================================================
--- mrbs/trunk/tables.pg.73and_above.sql 2009-07-02 09:34:14 UTC (rev
1144)
+++ mrbs/trunk/tables.pg.73and_above.sql 2009-07-03 20:07:42 UTC (rev
1145)
@@ -19,8 +19,9 @@
-- (thierry_bo 2003-12-03)
--
-- If you have decided to change the prefix of your tables from 'mrbs_'
--- to something else then you must edit each 'CREATE TABLE' and 'create index'
--- line below.
+-- to something else using $db_tbl_prefix then you must edit each
+-- 'CREATE TABLE', 'create index' and 'INSERT INTO' line below to replace
+-- 'mrbs_' with your new table prefix.
--
-- If you change some of the varchar lengths here, then you should check
-- to see whether a corresponding length has been defined in the config file.
Modified: mrbs/trunk/tables.pg.sql
===================================================================
--- mrbs/trunk/tables.pg.sql 2009-07-02 09:34:14 UTC (rev 1144)
+++ mrbs/trunk/tables.pg.sql 2009-07-03 20:07:42 UTC (rev 1145)
@@ -8,8 +8,9 @@
-- value current_timestamp.
--
-- If you have decided to change the prefix of your tables from 'mrbs_'
--- to something else then you must edit each 'CREATE TABLE' and 'create index'
--- line below.
+-- to something else using $db_tbl_prefix then you must edit each
+-- 'CREATE TABLE', 'create index' and 'INSERT INTO' line below to replace
+-- 'mrbs_' with your new table prefix.
--
-- If you change some of the varchar lengths here, then you should check
-- to see whether a corresponding length has been defined in the config file.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits