diff options
author | Georg Ehrke <developer@georgehrke.com> | 2019-08-12 13:20:03 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-08-15 20:05:01 +0200 |
commit | 4d28a4544e1f85046e139146a1be9933e9ff6ae3 (patch) | |
tree | 6f00324fc14b419c0c6e9d8eb7c41c63ce9c9a6e /apps/dav/lib/Migration | |
parent | 2d6473e79b7d9e2e7435020084061d79d707067c (diff) | |
download | nextcloud-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.php | 3 |
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, |