]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- restore sql patch
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Oct 2008 20:31:46 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-order.patch -> 1.10

eventum-order.patch

index fb1f5f00c148ec8209926458d908d10b82180edb..052eaf3712531cee3e6cb1717518568973c37149 100644 (file)
 -{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;
This page took 0.044071 seconds and 4 git commands to generate.