Sha256: cb5389841c1152defb71d40036fa2fbce37eed7259f8cbfeb588d94bcc1ed6b9

Contents?: true

Size: 177 Bytes

Versions: 4

Compression:

Stored size: 177 Bytes

Contents

class AddActiveToCitizenBudgetModelSimulator < ActiveRecord::Migration
  def change
    add_column :citizen_budget_model_simulators, :active, :boolean, default: false
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
citizen_budget_model-0.0.4 db/migrate/20140928165832_add_active_to_citizen_budget_model_simulator.rb
citizen_budget_model-0.0.3 db/migrate/20140928165832_add_active_to_citizen_budget_model_simulator.rb
citizen_budget_model-0.0.2 db/migrate/20140928165832_add_active_to_citizen_budget_model_simulator.rb
citizen_budget_model-0.0.1 db/migrate/20140928165832_add_active_to_citizen_budget_model_simulator.rb