11320.1.2
by Edwin Grubbs
Added milestone_sort_key(timestamp, text) postgresql function. |
1 |
-- Copyright 2010 Canonical Ltd. This software is licensed under the
|
2 |
-- GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
SET client_min_messages=ERROR; |
|
4 |
||
5 |
CREATE INDEX milestone_dateexpected_name_sort |
|
6 |
ON Milestone |
|
7 |
USING btree (milestone_sort_key(dateexpected, name)); |
|
8 |
||
11320.1.6
by Edwin Grubbs
Addressed review comments. Fixed _milestone_order. |
9 |
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 01, 0); |