]> source.dussan.org Git - nextcloud-server.git/commit
Add a mechanism to try the database migration on a copy of the tables before running...
authorRobin Appelman <icewind@owncloud.com>
Wed, 29 Jan 2014 14:48:12 +0000 (15:48 +0100)
committerRobin Appelman <icewind@owncloud.com>
Tue, 3 Jun 2014 09:17:21 +0000 (11:17 +0200)
commit9c6a93a87c835dee5fb0b580865d4f70836685cf
treeccfde22f21bb3be23f2f667f944eb0db1f28d7bc
parentb62cb007715e649d9656c32bfe4b42599fd96983
Add a mechanism to try the database migration on a copy of the tables before running it on the "real" data
lib/private/db/migrationexception.php [new file with mode: 0644]
lib/private/db/migrator.php [new file with mode: 0644]
tests/lib/db/migrator.php [new file with mode: 0644]