Sha256: 83f417e42b8892759f521604f50e2acfc7a3a9b85a62b3844b093faeae5db7a6

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

class AddColumnInactiveToStreets < ActiveRecord::Migration
  def change
    add_column :unico_streets, :inactive, :boolean, default: false
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unico-training-7.8.0 db/migrate/20130425174621_add_column_inactive_to_streets.rb