summaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version15000Date20181015062942.php
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-11-11 10:05:24 +0100
committerGitHub <noreply@github.com>2020-11-11 10:05:24 +0100
commite39d657e24263c0eac8f1a995923305cd59cde7c (patch)
tree8d8c52c7b2d4495b3b445ebed3e974a7c4fc3817 /core/Migrations/Version15000Date20181015062942.php
parentcdfad9aaacf89885a4fd29ed002f998dfc269b15 (diff)
parent0c695d97ece66d50d4a131205cf724ed49e8152a (diff)
downloadnextcloud-server-e39d657e24263c0eac8f1a995923305cd59cde7c.tar.gz
nextcloud-server-e39d657e24263c0eac8f1a995923305cd59cde7c.zip
Merge pull request #23882 from nextcloud/tests/oracle
Run unit tests against oracle
Diffstat (limited to 'core/Migrations/Version15000Date20181015062942.php')
-rw-r--r--core/Migrations/Version15000Date20181015062942.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version15000Date20181015062942.php b/core/Migrations/Version15000Date20181015062942.php
index eaeaf0dd268..23c2a904741 100644
--- a/core/Migrations/Version15000Date20181015062942.php
+++ b/core/Migrations/Version15000Date20181015062942.php
@@ -45,7 +45,7 @@ class Version15000Date20181015062942 extends SimpleMigrationStep {
$table = $schema->getTable('share');
$table->addColumn('hide_download', 'smallint', [
- 'notnull' => true,
+ 'notnull' => false,
'length' => 1,
'default' => 0,
]);