Sha256: fe4ab78a557f5ed8b7cf54286e97cba404bc32f1355eb21ca14cf526fa1d179c

Contents?: true

Size: 145 Bytes

Versions: 6

Compression:

Stored size: 145 Bytes

Contents

class AlterTableGoGamificationLevels < ActiveRecord::Migration[5.1]
  def change
    add_column :gamification_levels, :level, :integer
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
go_gamification-0.0.20 db/migrate/20171026003231_alter_table_go_gamification_levels.rb
go_gamification-0.0.19 db/migrate/20171026003231_alter_table_go_gamification_levels.rb
go_gamification-0.0.18 db/migrate/20171026003231_alter_table_go_gamification_levels.rb
go_gamification-0.0.17 db/migrate/20171026003231_alter_table_go_gamification_levels.rb
go_gamification-0.0.16 db/migrate/20171026003231_alter_table_go_gamification_levels.rb
go_gamification-0.0.15 db/migrate/20171026003231_alter_table_go_gamification_levels.rb