Sha256: 4fb8b2f26034e098bb3fc7c27fa5530c38afeb1a8ef3fa2a8b3065ea622f81cb
Contents?: true
Size: 276 Bytes
Versions: 3
Compression:
Stored size: 276 Bytes
Contents
class AddSeenAtToGoGamificationRewards < ActiveRecord::Migration[5.1] def change change_table :go_gamification_rewards do |t| t.datetime :seen_at end add_index :go_gamification_rewards, :seen_at, name: 'index_go_gamification_rewards_on_seen_at' end end
Version data entries
3 entries across 3 versions & 1 rubygems