]> source.dussan.org Git - nextcloud-server.git/commit
Add optional column oc_comments.reference_id
authorJoas Schilling <coding@schilljs.com>
Wed, 11 Mar 2020 11:29:52 +0000 (12:29 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 31 Mar 2020 08:51:15 +0000 (10:51 +0200)
commit720dc4e93d83d738861c614745f514cc347ef1f9
tree841e5f1c095df5c24f82f134afac9ddad721a044
parent0faed106d7b0b4868ebcd897469d106d76081800
Add optional column oc_comments.reference_id

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/settings/lib/Controller/CheckSetupController.php
apps/settings/tests/Controller/CheckSetupControllerTest.php
core/Application.php
core/Command/Db/AddMissingColumns.php [new file with mode: 0644]
core/Command/Db/AddMissingIndices.php
core/Migrations/Version13000Date20170718121200.php
core/js/setupchecks.js
core/js/tests/specs/setupchecksSpec.js
core/register_command.php
lib/private/DB/MissingColumnInformation.php [new file with mode: 0644]
lib/public/IDBConnection.php