Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Sep 2017 12:43:15 +0800
models: it's now obvious that the order of columns should be this
Now the index helps with "where project_id = ?" and "order by ordinal" as well.
--- a/candolint/models.py Sat Sep 23 12:42:03 2017 +0800
+++ b/candolint/models.py Sat Sep 23 12:43:15 2017 +0800
- (('ordinal', 'project'), True),
+ (('project', 'ordinal'), True),
(('project', 'finished', 'ordinal'), True)