]> 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>
Tue, 10 Nov 2020 14:36:27 +0000 (15:36 +0100)
commitd5df033ede1f2b19b87c365b1f808130023edf17
treed00503789c2e1188d59726e221dd9445e858f784
parent5b5aebbf66e7559aac73eb82b236b052b6a1ae3e
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