]> source.dussan.org Git - nextcloud-server.git/commit
Limit missing primary key fail to new tables
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>
Tue, 15 Mar 2022 15:52:51 +0000 (16:52 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 21 Mar 2022 11:14:19 +0000 (12:14 +0100)
commit32ede5489e191fcaaebaab3de3d43521c17a3f53
tree58a2840f3d5e325356477bb710a92892a60b5fe3
parent84ae0703a3b74c5ce616c7ca690fedebd3a0d3ab
Limit missing primary key fail to new tables

This will work on CI so devs notice it when they install the app for testing,
and at the same time existing faulty tables don't break the upgrade to 24

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/DB/MigrationService.php