]> source.dussan.org Git - nextcloud-server.git/commit
Added unit test for checkMigrate with primary key + autoinc
authorVincent Petry <pvince81@owncloud.com>
Tue, 17 Jun 2014 13:07:36 +0000 (15:07 +0200)
committerVincent Petry <pvince81@owncloud.com>
Tue, 17 Jun 2014 13:23:18 +0000 (15:23 +0200)
commitffdc1c2fcfd3fe05bd8d5b58839d3610ece0a03e
treee531fb89e38d746fc22a886a949541aeb9a3f61c
parent7aa11b436145b9b5d1cef2fb88725d81729aab20
Added unit test for checkMigrate with primary key + autoinc

Added unit test to make sure that checkMigrate() works when adding a
primary key and autoincrement column to a table schema.
tests/lib/db/migrator.php