From e2e6e7ea5bb6f065b69505df53f046533ad98e27 Mon Sep 17 00:00:00 2001 From: Ilyaaaaaaaaaaaaa Zhitomirskiy Date: Tue, 6 Sep 2011 14:30:30 -0700 Subject: [PATCH] just noticed the nonadded migration --- ...d_algorithm_fields_to_relayable_objects.rb | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create 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 new file mode 100644 index 000000000..ac94e7452 --- /dev/null +++ b/db/migrate/20110826233833_add_algorithm_fields_to_relayable_objects.rb @@ -0,0 +1,56 @@ +class AddAlgorithmFieldsToRelayableObjects < ActiveRecord::Migration + def self.up + add_column :comments, :author_signature_algo, :string + add_column :comments, :parent_author_signature_algo, :string + + execute <