Sha256: 3e6347cf71616bd5558b6174f648ef1e8f5c24efd9b7c27294b875f23f9c669c
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
# This migration comes from comable (originally 20150612143445) class AddThemeIdToComableStores < ActiveRecord::Migration def change change_table :comable_stores do |t| t.references :theme end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comable-apartment-0.0.1 | test/dummy/db/migrate/20150814140761_add_theme_id_to_comable_stores.comable.rb |