repo.or.cz
/
caro.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
added current_user and other_user
[caro.git]
/
db
/
migrate
/
003_use_check_table.rb
blob
13864468ac6c69d5c26ca19a6596ed0816702f0a
1
class UseCheckTable < ActiveRecord::Migration
2
def self.up
3
remove_column :boards, :data
4
end
5
6
def self.down
7
end
8
end