Sha256: e6a665c5fdf408f0c1ef6e4ef77042fae9403904517ab0a985599f146e2550bf
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
# This migration comes from fe_engine (originally 20150504221439) class AddAllElementIdsToPages < ActiveRecord::Migration def change add_column Fe::Page.table_name, :all_element_ids, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | spec/dummy/db/migrate/20150504222619_add_all_element_ids_to_pages.fe_engine.rb |