summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Migration
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2019-08-12 13:20:03 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2019-08-15 20:05:01 +0200
commit4d28a4544e1f85046e139146a1be9933e9ff6ae3 (patch)
tree6f00324fc14b419c0c6e9d8eb7c41c63ce9c9a6e /apps/dav/lib/Migration
parent2d6473e79b7d9e2e7435020084061d79d707067c (diff)
downloadnextcloud-server-4d28a4544e1f85046e139146a1be9933e9ff6ae3.tar.gz
nextcloud-server-4d28a4544e1f85046e139146a1be9933e9ff6ae3.zip
Final fixes
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav/lib/Migration')
-rw-r--r--apps/dav/lib/Migration/Version1004Date20170825134824.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/lib/Migration/Version1004Date20170825134824.php b/apps/dav/lib/Migration/Version1004Date20170825134824.php
index f3165a0fe3d..26855c2e23e 100644
--- a/apps/dav/lib/Migration/Version1004Date20170825134824.php
+++ b/apps/dav/lib/Migration/Version1004Date20170825134824.php
@@ -324,7 +324,8 @@ class Version1004Date20170825134824 extends SimpleMigrationStep {
'length' => 1,
]);
$table->addColumn('stripattachments', 'smallint', [
-
+ 'notnull' => false,
+ 'length' => 1,
]);
$table->addColumn('lastmodified', 'integer', [
'notnull' => false,