diff --git a/db/migrate/20110826233833_add_algorithm_fields_to_relayable_objects.rb b/db/migrate/20110826233833_add_algorithm_fields_to_relayable_objects.rb deleted file mode 100644 index ac94e7452..000000000 --- a/db/migrate/20110826233833_add_algorithm_fields_to_relayable_objects.rb +++ /dev/null @@ -1,56 +0,0 @@ -class AddAlgorithmFieldsToRelayableObjects < ActiveRecord::Migration - def self.up - add_column :comments, :author_signature_algo, :string - add_column :comments, :parent_author_signature_algo, :string - - execute <