Update of /cvsroot/mantisbt/mantisbt/admin/upgrades
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6429
Modified Files:
0_19_inc.php
Log Message:
Sticky issues patch rev. 1
Index: 0_19_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/admin/upgrades/0_19_inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 0_19_inc.php 11 Dec 2004 20:24:02 -0000 1.2
+++ 0_19_inc.php 12 Dec 2004 20:35:00 -0000 1.3
@@ -39,5 +39,10 @@
PRIMARY KEY (id))"
);
+ $upgrades[] = new SQLUpgrade(
+ 'sticky-issues',
+ 'Add sticky column to bug table',
+ "ALTER TABLE $t_bug_table ADD sticky TINYINT(1) default
'0' NOT NULL" );
+
return $upgrades;
?>
-------------------------------------------------------
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://productguide.itmanagersjournal.com/
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|