help and rules added
[ibet.git] / db / migrate / 20100407184129_add_reaction.rb
blob27075216d5041a55b686c086b3df890db8f693f6
1 class AddReaction < ActiveRecord::Migration
2   def self.up
3     add_column :reactions, :state,:integer
4   end
6   def self.down
7     remove_column :reactions, :state
8   end
9 end