]> source.dussan.org Git - nextcloud-server.git/commit
Create primary keys on all tables and add a command to create the afterwards
authorJoas Schilling <coding@schilljs.com>
Tue, 10 Nov 2020 08:34:57 +0000 (09:34 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 12 Nov 2020 11:57:52 +0000 (12:57 +0100)
commitbb52911d1604e3e01731861cbe196fdc93e33ce0
treedea49beb23eb740c0e24bea78d189d820d580351
parentf3c183b6c30bf9b738d2ff57726f414430775b59
Create primary keys on all tables and add a command to create the afterwards

Signed-off-by: Joas Schilling <coding@schilljs.com>
16 files changed:
apps/federatedfilesharing/lib/Migration/Version1010Date20200630191755.php
apps/settings/lib/Controller/CheckSetupController.php
apps/settings/tests/Controller/CheckSetupControllerTest.php
core/Application.php
core/Command/Db/AddMissingPrimaryKeys.php [new file with mode: 0644]
core/Migrations/Version13000Date20170718121200.php
core/Migrations/Version16000Date20190207141427.php
core/Migrations/Version17000Date20190514105811.php
core/Migrations/Version18000Date20191204114856.php
core/js/setupchecks.js
core/js/tests/specs/setupchecksSpec.js
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/DB/MissingPrimaryKeyInformation.php [new file with mode: 0644]
lib/public/IDBConnection.php
version.php