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 CreateResourcesTable < ActiveRecord::Migration
class CreateResourcesTable < ActiveRecord::Migration[5.0]
def change
create_table :resources do |t|
t.string :name