Skip to content

Commit

Permalink
ncp-previewgenerator: fix app enable in NC22
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <[email protected]>
  • Loading branch information
nachoparker committed Nov 29, 2021
1 parent 0a4f8c1 commit 5a404c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

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

[v1.44.4](https://github.com/nextcloud/nextcloudpi/commit/0a4f8c1) (2021-11-19) ncp-web: fix spurious characters in power menu

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op

if (!$table->hasColumn('locked')) {
$table->addColumn('locked', Types::BOOLEAN, [
'notnull' => true,
'notnull' => false,
'default' => 0,
]);
}
Expand Down

0 comments on commit 5a404c0

Please sign in to comment.