Move management of the schema_info table entirely into the Migrator class.
authorChuck Hagenbuch <chuck@horde.org>
Wed, 13 Jan 2010 21:51:17 +0000 (16:51 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 14 Jan 2010 02:20:35 +0000 (21:20 -0500)
commit573f45513fe3c68cec203afaf40dab5c247ba904
treebab032aea7208335c5d622111d33d72675eb1ae7
parent9b67f7766979cb1a6b1561ac781815d733ded353
Move management of the schema_info table entirely into the Migrator class.

Also make the schema_info table name configurable.
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php
framework/Db/lib/Horde/Db/Migration/Migrator.php
framework/Db/test/Horde/Db/Adapter/MysqliTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php
framework/Db/test/Horde/Db/Migration/MigratorTest.php