Sha256: f7903d8adf2926872befaa8880beb123a15379d079ae519fb8be2e9d50001e8b
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
class PoseUpgrade < ActiveRecord::Migration def change change_table 'pose_assignments' do |t| t.rename :pose_word_id, :word_id end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pose-2.0.0 | lib/generators/pose/upgrade/templates/upgrade_migration.rb |