Sha256: 1b84835b9e5dc4128808826281360218cf0b5db4fcf634821753aadc9782f451

Contents?: true

Size: 122 Bytes

Versions: 5

Compression:

Stored size: 122 Bytes

Contents

class AddValuesToProperties < ActiveRecord::Migration
  def change
    add_column :properties, :values, :string
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacksand-2.5.0 db/migrate/20170104014706_add_values_to_properties.rb
blacksand-2.4.1 db/migrate/20170104014706_add_values_to_properties.rb
blacksand-2.4.0 db/migrate/20170104014706_add_values_to_properties.rb
blacksand-2.3.0 db/migrate/20170104014706_add_values_to_properties.rb
blacksand-2.2.2.1 db/migrate/20170104014706_add_values_to_properties.rb