SOURCES: eventum-order.patch - restore sql patch

glen glen at pld-linux.org
Tue Oct 28 21:31:51 CET 2008


Author: glen                         Date: Tue Oct 28 20:31:51 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- restore sql patch

---- Files affected:
SOURCES:
   eventum-order.patch (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SOURCES/eventum-order.patch
diff -u SOURCES/eventum-order.patch:1.9 SOURCES/eventum-order.patch:1.10
--- SOURCES/eventum-order.patch:1.9	Fri Oct 17 13:54:23 2008
+++ SOURCES/eventum-order.patch	Tue Oct 28 21:31:46 2008
@@ -904,3 +904,11 @@
 -{include file="footer.tpl.html"}
 +{include file="footer.tpl.html"}
 \ No newline at end of file
+--- /dev/null	2006-03-28 14:00:37.000000000 +0300
++++ ./order_patch-patch.sql	2008-08-27 17:16:21.444016830 +0300
+@@ -0,0 +1,5 @@
++ALTER TABLE eventum_issue_user
++    ADD isu_order int(11) NOT NULL DEFAULT '0' AFTER isu_assigned_date,
++    ADD INDEX isu_order (isu_order);
++// set at least some order for now
++update eventum_issue_user set isu_order=isu_iss_id;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/eventum-order.patch?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list