fix migration version and updated old rails methods into rails migrations

This commit is contained in:
Carlos Daniel Pohlod 2022-11-09 17:05:21 -03:00 committed by Henne Vogelsang
parent 6e276b2787
commit 4eb451b3bd
204 changed files with 206 additions and 206 deletions

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
class CreateSupporterLevelTable < ActiveRecord::Migration
class CreateSupporterLevelTable < ActiveRecord::Migration[4.2]
def up
create_table :supporter_levels do |t|
t.references :conference