Skip to content

Commit 5a404c0

Browse files
committed
ncp-previewgenerator: fix app enable in NC22
Signed-off-by: nachoparker <nacho@ownyourbits.com>
1 parent 0a4f8c1 commit 5a404c0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

2-
[v1.44.4](https://github.com/nextcloud/nextcloudpi/commit/418cb47) (2021-11-19) ncp-web: fix spurious characters in power menu
2+
[v1.44.5](https://github.com/nextcloud/nextcloudpi/commit/0e15dc9) (2021-11-29) ncp-previewgenerator: fix app enable in NC22
3+
4+
[v1.44.4](https://github.com/nextcloud/nextcloudpi/commit/0a4f8c1) (2021-11-19) ncp-web: fix spurious characters in power menu
35

46
[v1.44.3](https://github.com/nextcloud/nextcloudpi/commit/4717eb3) (2021-11-18) tweak ncc command
57

ncp-previewgenerator/ncp-previewgenerator-nc21/lib/Migration/Version020200Date20190608205303.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op
4444

4545
if (!$table->hasColumn('locked')) {
4646
$table->addColumn('locked', Types::BOOLEAN, [
47-
'notnull' => true,
47+
'notnull' => false,
4848
'default' => 0,
4949
]);
5050
}

0 commit comments

Comments
 (0)