Sha256: c8aa35fff89cbff1318867a634aed47a9b5b0273617b2c351289b69667da84a6

Contents?: true

Size: 188 Bytes

Versions: 10

Compression:

Stored size: 188 Bytes

Contents

class DropFeatureStates < ActiveRecord::Migration[5.0]
  def up
    remove_column :projects, :feature_states
  end

  def down
    add_column :projects, :feature_states, :hstore
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20161102012231_drop_feature_states.rb
houston-core-0.9.1 db/migrate/20161102012231_drop_feature_states.rb
houston-core-0.9.0 db/migrate/20161102012231_drop_feature_states.rb
houston-core-0.9.0.rc1 db/migrate/20161102012231_drop_feature_states.rb
houston-core-0.8.4 db/migrate/20161102012231_drop_feature_states.rb
houston-core-0.8.3 db/migrate/20161102012231_drop_feature_states.rb
houston-core-0.8.2 db/migrate/20161102012231_drop_feature_states.rb
houston-core-0.8.1 db/migrate/20161102012231_drop_feature_states.rb
houston-core-0.8.0 db/migrate/20161102012231_drop_feature_states.rb
houston-core-0.8.0.pre2 db/migrate/20161102012231_drop_feature_states.rb