0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-15 14:20:54 +00:00
ensl.org/db/migrate/20111217225111_add_ns2.rb

11 lines
146 B
Ruby
Raw Normal View History

class AddNs2 < ActiveRecord::Migration
def up
change_table :gathers do |t|
t.references :category
end
end
def down
end
end