Fix format of database migrations

This commit is contained in:
Lars Henrik Mai 2020-03-09 12:29:34 +01:00
parent 3c9af21f2c
commit 163e43a3c9
5 changed files with 19 additions and 22 deletions

View file

@ -1,4 +1,4 @@
class CreatePapers < ActiveRecord::Migration
class CreatePapers < ActiveRecord::Migration[4.2]
def change
create_table :papers do |t|
t.string :name