summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-07-28 13:06:13 +0200
committerYorhel <git@yorhel.nl>2021-07-28 13:06:13 +0200
commitfde850392cc8edcd7d498267577c8c4f17a15dda (patch)
tree7b4531cd72a8b3435961070d34d83123f5fe6c5c /util
parent5ae9955a6016759355e1928372d1adff49c395ac (diff)
Users: remove "imgmod" permission flag, use "dbmod" for that
Diffstat (limited to 'util')
-rw-r--r--util/updates/2021-07-28-merge-imgmod.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/updates/2021-07-28-merge-imgmod.sql b/util/updates/2021-07-28-merge-imgmod.sql
new file mode 100644
index 00000000..eab67c41
--- /dev/null
+++ b/util/updates/2021-07-28-merge-imgmod.sql
@@ -0,0 +1,2 @@
+-- imgmod permissions merged into dbmod, no need to separate these.
+ALTER TABLE users DROP COLUMN perm_imgmod;