fix migration version and updated old rails methods into rails migrations
This commit is contained in:
parent
6e276b2787
commit
4eb451b3bd
204 changed files with 206 additions and 206 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue