summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-04-08 18:34:07 +0200
committerYorhel <git@yorhel.nl>2011-04-08 18:34:07 +0200
commit9c0a0b51a115ab95fc4d78bf52d5785d6088ee85 (patch)
treec032dcec9638a26a26148d4e875334a404f81638 /Makefile
parentdf094a5eff934b6057def369dca30df616248c80 (diff)
Generate dbedit/dbdel notifications on character edits
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1ed33fe..568eb1b0 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,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 update-2.17\
- update-2.18 update-2.19
+ update-2.18 update-2.19 update-2.20
all: dirs js skins robots data/config.pl
@@ -179,3 +179,9 @@ update-2.19: all
$(multi-stop)
${runpsql} < util/updates/update_2.19.sql
$(multi-start)
+
+update-2.20: all
+ $(multi-stop)
+ ${runpsql} < util/updates/update_2.20.sql
+ $(multi-start)
+