Sha256: a3d434e5b7a65b3c074c1eba3ea0dddcce0ba11d38ad71b17255a0ec4afc7e29
Contents?: true
Size: 424 Bytes
Versions: 4
Compression:
Stored size: 424 Bytes
Contents
class RenameEverything < ActiveRecord::Migration def change rename_table :gamification_scorings, :gamification_rewards rename_column :gamification_rewards, :subjectable_id, :rewardable_id rename_column :gamification_rewards, :subjectable_type, :rewardable_type rename_column :gamification_tasks, :taskable_id, :rewarding_id rename_column :gamification_tasks, :taskable_type, :rewarding_type end end
Version data entries
4 entries across 4 versions & 1 rubygems