From: Elan Ruusamäe Date: Tue, 28 Oct 2008 20:31:46 +0000 (+0000) Subject: - restore sql patch X-Git-Tag: auto/ac/eventum-2_2-1~11 X-Git-Url: http://git.pld-linux.org/?p=packages%2Feventum.git;a=commitdiff_plain;h=8bba1b8685cf2810777d81a94d757fec172c0ae2;ds=sidebyside - restore sql patch Changed files: eventum-order.patch -> 1.10 --- diff --git a/eventum-order.patch b/eventum-order.patch index fb1f5f0..052eaf3 100644 --- a/eventum-order.patch +++ b/eventum-order.patch @@ -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;