]> source.dussan.org Git - nextcloud-server.git/commit
feat(dispatcher): Add typed event for "db:add-missing-primary-keys"
authorJoas Schilling <coding@schilljs.com>
Wed, 19 Jul 2023 21:01:13 +0000 (23:01 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 24 Jul 2023 12:51:32 +0000 (14:51 +0200)
commitbd0a149a4ffa2a2e398dddb99f4b0d486bfc2cb7
treead57496af8065803a6d7c6a74db323d38eb8e99b
parent2eded24eff5f3f0c911ffbd5841178030c8f9363
feat(dispatcher): Add typed event for "db:add-missing-primary-keys"

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/settings/lib/Controller/CheckSetupController.php
core/Command/Db/AddMissingPrimaryKeys.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/public/DB/Events/AddMissingPrimaryKeyEvent.php [new file with mode: 0644]
lib/public/IDBConnection.php