Sha256: ce80dc5d3815c89b8a53aed56dba4a8c2d680e0264e62dfc4817b0e5a2ce8ff2

Contents?: true

Size: 155 Bytes

Versions: 6

Compression:

Stored size: 155 Bytes

Contents

class AddThemeIdToComableStores < ActiveRecord::Migration
  def change
    change_table :comable_stores do |t|
      t.references :theme
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
comable-core-0.7.1 db/migrate/20150612143445_add_theme_id_to_comable_stores.rb
comable-core-0.7.0 db/migrate/20150612143445_add_theme_id_to_comable_stores.rb
comable-core-0.7.0.beta2 db/migrate/20150612143445_add_theme_id_to_comable_stores.rb
comable-core-0.7.0.beta1 db/migrate/20150612143445_add_theme_id_to_comable_stores.rb
comable-core-0.6.0 db/migrate/20150612143445_add_theme_id_to_comable_stores.rb
comable_core-0.5.0 db/migrate/20150612143445_add_theme_id_to_comable_stores.rb