Revert "alarm_params needs to be a BLOB to store serialized Horde_Mime_Part objects."
authorJan Schneider <jan@horde.org>
Thu, 23 Dec 2010 16:51:18 +0000 (17:51 +0100)
committerJan Schneider <jan@horde.org>
Thu, 23 Dec 2010 16:51:18 +0000 (17:51 +0100)
This reverts commit f3c72fc3a9018da169bc32610c33b5367b8d43bc.

framework/Alarm/migration/Horde/Alarm/2_horde_alarms_params_blob.php [deleted file]
horde/scripts/upgrades/2010-12-23_horde_alarms_params_blob.sql [deleted file]

diff --git a/framework/Alarm/migration/Horde/Alarm/2_horde_alarms_params_blob.php b/framework/Alarm/migration/Horde/Alarm/2_horde_alarms_params_blob.php
deleted file mode 100644 (file)
index aa61265..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-class HordeAlarmsParamsBlob extends Horde_Db_Migration_Base
-{
-    public function up()
-    {
-        $this->changeColumn('horde_alarms', 'alarm_params', 'binary');
-    }
-
-    public function down()
-    {
-        $this->changeColumn('horde_alarms', 'alarm_params', 'text');
-    }
-}
diff --git a/horde/scripts/upgrades/2010-12-23_horde_alarms_params_blob.sql b/horde/scripts/upgrades/2010-12-23_horde_alarms_params_blob.sql
deleted file mode 100644 (file)
index ffc7fcb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ALTER TABLE horde_alarms CHANGE COLUMN alarm_params alarm_params BLOB;