Fix parent class
authorChuck Hagenbuch <chuck@horde.org>
Mon, 14 Dec 2009 04:54:32 +0000 (23:54 -0500)
committerChuck 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
framework/Db/test/Horde/Db/fixtures/migrations_with_missing_versions/4_innocent_jointable3.php

index 5d0cba0..ec3c410 100644 (file)
@@ -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
+}
index 400a763..4e396eb 100644 (file)
@@ -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
+}