logo       
Google Custom Search
    AddThis Social Bookmark Button

Related Msgs: audio.musicbrai...    enbd.general/20...    ietf.idr/2002-0...    java.ant-contri...    gnu.make.genera...    qplus.devel/200...    video.freevo.cv...    os.netbsd.ports...    yellowdog.gener...    xfree86.cvs/200...    search.nutch.us...    freedesktop.xse...    programming.swi...    capabilities.ge...    telephony.pbx.a...    mail.sylpheed.c...    db.firebase.por...    boot-loaders.u-...    recreation.radi...    netbsd.bugs/200...    web.zope.plone....    user-groups.lin...   

mantisbt/admin/upgrades 0_19_inc.php,1.2,1.3: msg#00042

Subject: mantisbt/admin/upgrades 0_19_inc.php,1.2,1.3
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 ...
<Prev in Thread] Current Thread [Next in Thread>