From f152f329527d79adb15016b91448e70317350d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 11 Jun 2018 10:03:53 +0200 Subject: [PATCH] Update database schema for attachments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- appinfo/database.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index 9e70ea0b5..3eb4495f9 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -198,12 +198,6 @@ 1 4 - - title - text - true - 100 - card_id integer @@ -218,7 +212,7 @@ data - clob + text last_modified @@ -242,6 +236,14 @@ true 64 + + deleted_at + integer + 0 + 8 + false + true +