summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-01-03 20:36:39 +0100
committerYorhel <git@yorhel.nl>2011-01-03 21:35:40 +0100
commitdf6dc445df2f73381829b8af8db606cea67f589d (patch)
tree7e88dbf3d20420b08791371c33578496a7e59fc4 /Makefile
parent5894b1f62abbe8837067bdf34a559d78e0a5f3a5 (diff)
SQL: Added tags_vn.ignore column and updated queries to respect this
This is the first step in adding support for overruling tag votes by moderators. Also removed some unused options from dbTagStats(); the tag-vote-stats-by-user pages have been removed in the previous VNDB update, which was the only page using these additional options.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4afd0f59..01c78da3 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@
.PHONY: all dirs js skins robots chmod chmod-tladmin multi-stop multi-start multi-restart\
- sql-import update-2.10 update-2.11 update-2.12 update-2.13 update-2.14 update-2.15 update-2.16
+ sql-import update-2.10 update-2.11 update-2.12 update-2.13 update-2.14 update-2.15 update-2.16 update-2.17
all: dirs js skins robots data/config.pl
@@ -163,3 +163,8 @@ update-2.16: all
$(multi-stop)
${runpsql} < util/updates/update_2.16.sql
$(multi-start)
+
+update-2.17: all
+ $(multi-stop)
+ ${runpsql} < util/updates/update_2.16.sql
+ $(multi-start)