Sha256: b8a1b8c1271b6c7d7ad547c733ca107c45bfb656caf4d4d581c1c81ce168bb2b
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
class AddTypeToWikiHistroy < ActiveRecord::Migration def change rename_table :wiki_histories, :wiki_records add_column :wiki_records, :type, :string add_column :knowledges, :photo_id, :string rename_column :knowledges, :wiki_histories_count, :wiki_records_count end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_detail-0.0.1 | db/migrate_backup/20150802154605_add_type_to_wiki_histroy.rb |