aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-10-06 18:26:28 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-10-06 18:26:28 +0200
commit04e95afa1e47a0190752eb17541987c695ba73cd (patch)
tree5ed2670d42afbdb17666a258b99ae9b76d5158a0 /Makefile.am
parentcfc7710b7f400945e0081cf84cfeebfc69777deb (diff)
downloadcuirass-04e95afa1e47a0190752eb17541987c695ba73cd.tar
cuirass-04e95afa1e47a0190752eb17541987c695ba73cd.tar.gz
Add index on builds table.
* src/sql/upgrade-14.sql: New file. * src/schema.sql (dist_sql_DATA): Add it. * src/schema.sql (Builds_timestamp_stoptime): New index.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f7d411..e66ff84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,7 +82,8 @@ dist_sql_DATA = \
src/sql/upgrade-10.sql \
src/sql/upgrade-11.sql \
src/sql/upgrade-12.sql \
- src/sql/upgrade-13.sql
+ src/sql/upgrade-13.sql \
+ src/sql/upgrade-14.sql
dist_css_DATA = \
src/static/css/cuirass.css \