Duplicate table indexes in DatabaseSqlite::duplicateTableStructure
authorMarius Hoch <hoo@online.de>
Thu, 6 Aug 2015 00:55:18 +0000 (02:55 +0200)
committerMarius Hoch <hoo@online.de>
Thu, 6 Aug 2015 11:45:31 +0000 (13:45 +0200)
commitb5cc74ef10aefda7fddc573c6df6805a14caa867
tree8fe083b9d9fa454e30d3439ec42a3b97a897a458
parentba18e02a2fbb263c36906a14a609bbc1fd4eb259
Duplicate table indexes in DatabaseSqlite::duplicateTableStructure

This is consistent with what we do with MySQL and is generally
convenient to have for certain integration tests.

Change-Id: Iaea79bd11263bf75061f19a94da9645ef634422f
includes/db/DatabaseSqlite.php