Changeset:
        93cf38dcad62
        
https://sourceforge.net/p/mrbs/hg-code/ci/93cf38dcad625c396f4c8666c4d2e3b573539d27
Author:
        Campbell Morrison <[email protected]>
Date:
        Fri Nov 06 16:53:57 2015 +0000
Log message:

Expanded comments about changing the 'mrbs_' prefix.   See SF bugs #336

diffstat:

 tables.my.sql |  5 +++--
 tables.pg.sql |  3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r d7da8202a300 -r 93cf38dcad62 tables.my.sql
--- a/tables.my.sql     Thu Nov 05 07:53:31 2015 +0000
+++ b/tables.my.sql     Fri Nov 06 16:53:57 2015 +0000
@@ -6,8 +6,9 @@
 # Notes:
 # (1) If you have decided to change the prefix of your tables from 'mrbs_'
 #     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.
+#     'CREATE TABLE', 'INSERT INTO' and 'REFERENCES' line below to replace
+#     'mrbs_' with your new table prefix.  A global replace of 'mrbs_' is
+#     sufficient.
 #
 # (2) If you add new fields then you should also change the global variable
 #     $standard_fields.   Note that if you are just adding custom fields for
diff -r d7da8202a300 -r 93cf38dcad62 tables.pg.sql
--- a/tables.pg.sql     Thu Nov 05 07:53:31 2015 +0000
+++ b/tables.pg.sql     Fri Nov 06 16:53:57 2015 +0000
@@ -9,8 +9,9 @@
 --
 -- (2) If you have decided to change the prefix of your tables from 'mrbs_'
 --     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.
+--     'CREATE TABLE', 'create index', 'INSERT INTO' and 'REFERENCES' line 
below
+--     to replace 'mrbs_' with your new table prefix.  A global replace of
+--     'mrbs_' will be sufficient.
 --
 -- (3) If you add new (standard) fields then you should also change the global 
variable
 --     $standard_fields.    Note that if you are just adding custom fields for

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to