From b7288c8d8e05824a2b605271eb298681a105c126 Mon Sep 17 00:00:00 2001 From: Ilyaaaaaaaaaaaaa Zhitomirskiy Date: Thu, 8 Sep 2011 14:41:08 -0700 Subject: [PATCH] removed the algo field and a commented line --- ...d_algorithm_fields_to_relayable_objects.rb | 56 ------------------- lib/diaspora/encryptable.rb | 1 - 2 files changed, 57 deletions(-) delete mode 100644 db/migrate/20110826233833_add_algorithm_fields_to_relayable_objects.rb 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 <