summaryrefslogtreecommitdiff
path: root/util/updates/update_2.17.sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-03 09:34:34 +0200
committerYorhel <git@yorhel.nl>2019-09-03 09:34:37 +0200
commit1d4482b1463ca18eb787f76b28d7e01e832a3731 (patch)
tree2c9adfbcce2949382fea6dfd8de892ef242a0851 /util/updates/update_2.17.sql
parent5fb0ec840484cf59c4a967fee1308f95b958a6d6 (diff)
Clean up old update scripts
These have no value anymore at this point. And if they have, they'll still be in the git history.
Diffstat (limited to 'util/updates/update_2.17.sql')
-rw-r--r--util/updates/update_2.17.sql8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/updates/update_2.17.sql b/util/updates/update_2.17.sql
deleted file mode 100644
index 54487d0a..00000000
--- a/util/updates/update_2.17.sql
+++ /dev/null
@@ -1,8 +0,0 @@
-
--- tag overrule feature
-ALTER TABLE tags_vn ADD COLUMN ignore boolean NOT NULL DEFAULT false;
-
-
--- load new function(s)
-\i util/sql/func.sql
-