tap/db/migrate/20141217063222_add_koelkast_to_users.rb
2015-01-06 20:18:01 +01:00

6 lines
133 B
Ruby

class AddKoelkastToUsers < ActiveRecord::Migration
def change
add_column :users, :koelkast, :boolean, default: false
end
end