summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormartin.von.loewis <devnull@localhost>2007-07-13 20:37:36 +0000
committermartin.von.loewis <devnull@localhost>2007-07-13 20:37:36 +0000
commitbef032f2dd749ea9dd8d58bd2aa0624c84e294bb (patch)
tree62796172f17cf602d63de43de25f87c8d83a5b54 /tools
parent878e3cf53e3dcf02b59ff9a69e51eabce290b78c (diff)
downloaddecorator-bef032f2dd749ea9dd8d58bd2aa0624c84e294bb.tar.gz
Return even journal entries with NULL version since
added files had a null version.
Diffstat (limited to 'tools')
-rw-r--r--tools/sql-migrate-20070713.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sql-migrate-20070713.sql b/tools/sql-migrate-20070713.sql
index b5cdb56..2639011 100644
--- a/tools/sql-migrate-20070713.sql
+++ b/tools/sql-migrate-20070713.sql
@@ -1 +1 @@
-create index journals_changelog on journals(submitted_date, name, version, action) where version is not null;
+create index journals_changelog on journals(submitted_date, name, version, action);