From fda64ee22589145bd84d8310b824db1480def8b2 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 22 Mar 2019 14:39:25 +0100 Subject: [PATCH] Hackfix KanBoard postgres schema (will be fixed in 1.2.9) --- kanboard/lxcfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kanboard/lxcfile b/kanboard/lxcfile index 49fb0db..bedb2c0 100644 --- a/kanboard/lxcfile +++ b/kanboard/lxcfile @@ -15,6 +15,9 @@ RUN EOF unzip /srv/kanboard.zip -d /srv mv /srv/kanboard-1.2.8 /srv/kanboard + # Hackfix postgres schema (will be fixed in 1.2.9) + wget https://raw.githubusercontent.com/kanboard/kanboard/master/app/Schema/Sql/postgres.sql -O /srv/kanboard/app/Schema/Sql/postgres.sql + # Install plugins git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_overwrite_translation /srv/kanboard/plugins/Overwrite_translation git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_coverimage /srv/kanboard/plugins/Coverimage