remove structureDump - it's entirely backend-specific and should be replaced
authorChuck Hagenbuch <chuck@horde.org>
Thu, 14 Jan 2010 21:00:37 +0000 (16:00 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 14 Jan 2010 21:28:50 +0000 (16:28 -0500)
commitaa98cec29ae9eea639d828f1261e086f42d21a99
tree4d329dee3556b2c4cac27e5874c1e5b0ac31cbb0
parent78d0039d9db2a98cdd08088d58fadace55b9eaab
remove structureDump - it's entirely backend-specific and should be replaced
with a migration generator of some sort (see TODO.txt).
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.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/SqliteTest.php