]> source.dussan.org Git - nextcloud-server.git/commit
Add repair step to fix SQLite autoincrement
authorVincent Petry <pvince81@owncloud.com>
Wed, 25 Mar 2015 17:31:49 +0000 (18:31 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 26 Mar 2015 10:00:22 +0000 (11:00 +0100)
commitf056558b72db3a2eac72ac4e1b2889f7f7940b6a
tree3fecb94fb157e96b42db0a584f6d6dade4a65146
parentac8254de6a4adc60733de1eec242893004bfcc5a
Add repair step to fix SQLite autoincrement

Force Doctrine to generate alter table SQL statements for SQLite to make
sure the code from OCSqlitePlatform is triggered.
lib/private/repair.php
lib/repair/sqliteautoincrement.php [new file with mode: 0644]
tests/lib/repair/repairsqliteautoincrement.php [new file with mode: 0644]