Update of /cvsroot/mantisbt/mantisbt/admin/upgrades
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25028/admin/upgrades
Modified Files:
0_19_inc.php
Log Message:
Enh #5286: Copy user permissions from one project to another
Index: 0_19_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/admin/upgrades/0_19_inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 0_19_inc.php 26 Feb 2005 15:16:45 -0000 1.6
+++ 0_19_inc.php 27 Feb 2005 15:33:01 -0000 1.7
@@ -52,14 +52,14 @@
parent_id INT UNSIGNED NOT NULL)"
);
- $upgrades[] = new SQLUpgrade(
+ $upgrades[] = new SQLUpgrade(
'configdb-1',
'Add mantis_config_table',
"CREATE TABLE $t_config_table (
config_id VARCHAR(64) NOT NULL,
project_id INT DEFAULT 0,
user_id INT DEFAULT 0,
- access INT DEFAULT 0,
+ access INT DEFAULT 0,
type INT DEFAULT 90,
value text NOT NULL,
INDEX (config_id),
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|