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