summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-11-07 14:45:53 +0100
committerYorhel <git@yorhel.nl>2021-11-07 14:45:53 +0100
commit1ed63d7ba7b9d22300d15828dce142c2d5d1c15d (patch)
tree72923460b8aaf61357a146b3117c05836948b2cc /util
parent991f229beceeb6cd0a73e7520529de707e4f566a (diff)
Add mod option to lock the boards for a thread
Diffstat (limited to 'util')
-rw-r--r--util/updates/2021-11-07-threads-board-lock.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/updates/2021-11-07-threads-board-lock.sql b/util/updates/2021-11-07-threads-board-lock.sql
new file mode 100644
index 00000000..6b25a187
--- /dev/null
+++ b/util/updates/2021-11-07-threads-board-lock.sql
@@ -0,0 +1 @@
+ALTER TABLE threads ADD COLUMN boards_locked boolean NOT NULL DEFAULT FALSE;