projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceef4ae
)
Fix parent class
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 14 Dec 2009 04:54:32 +0000
(23:54 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Mon, 14 Dec 2009 04:54:32 +0000
(23:54 -0500)
framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/3_we_need_reminders.php
patch
|
blob
|
history
framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/4_innocent_jointable3.php
patch
|
blob
|
history
diff --git
a/framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/3_we_need_reminders.php
b/framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/3_we_need_reminders.php
index
5d0cba0
..
ec3c410
100644
(file)
--- a/
framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/3_we_need_reminders.php
+++ b/
framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/3_we_need_reminders.php
@@
-1,6
+1,5
@@
<?php
-
-class WeNeedReminders extends Mad_Model_Migration_Base
+class WeNeedReminders extends Horde_Db_Migration_Base
{
public function up()
{
@@
-14,4
+13,4
@@
class WeNeedReminders extends Mad_Model_Migration_Base
{
$this->dropTable('reminders');
}
-}
\ No newline at end of file
+}
diff --git
a/framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/4_innocent_jointable3.php
b/framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/4_innocent_jointable3.php
index
400a763
..
4e396eb
100644
(file)
--- a/
framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/4_innocent_jointable3.php
+++ b/
framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/4_innocent_jointable3.php
@@
-1,6
+1,5
@@
<?php
-
-class InnocentJointable3 extends Mad_Model_Migration_Base
+class InnocentJointable3 extends Horde_Db_Migration_Base
{
public function up()
{
@@
-14,4
+13,4
@@
class InnocentJointable3 extends Mad_Model_Migration_Base
{
$this->dropTable('users_reminders');
}
-}
\ No newline at end of file
+}