added current_user and other_user
[caro.git] / db / migrate / 003_use_check_table.rb
blob13864468ac6c69d5c26ca19a6596ed0816702f0a
1 class UseCheckTable < ActiveRecord::Migration
2   def self.up
3     remove_column :boards, :data
4   end
6   def self.down
7   end
8 end