projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b9211
)
Fix Horde_Db_Adapter_Base binder name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 31 May 2010 14:55:29 +0000
(10:55 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 31 May 2010 14:55:29 +0000
(10:55 -0400)
horde/bin/db_migrate
patch
|
blob
|
history
diff --git
a/horde/bin/db_migrate
b/horde/bin/db_migrate
index
ce31490
..
0f0a821
100755
(executable)
--- a/
horde/bin/db_migrate
+++ b/
horde/bin/db_migrate
@@
-49,7
+49,7
@@
if (!empty($args[1])) {
// Run
$dir = $registry->get('fileroot', $app) . '/migration/';
-$db = $injector->getInstance('Horde_Db_Base');
+$db = $injector->getInstance('Horde_Db_
Adapter_
Base');
$logger = new Horde_Log_Logger(new Horde_Log_Handler_Stream(STDOUT));
$migrator = new Horde_Db_Migration_Migrator($db, $logger, array('migrationsPath' => $dir, 'schemaTableName' => $app . '_schema_info'));