tap/db/migrate/20141209192545_add_dagschotel_to_users.rb

6 lines
114 B
Ruby
Raw Normal View History

2014-12-09 20:28:50 +01:00
class AddDagschotelToUsers < ActiveRecord::Migration
def change
add_reference :users, :dagschotel
end
end