1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00

Update migrations to include their versions

This commit is contained in:
2017-11-23 14:08:26 +01:00
parent 5c41656a63
commit 0a32949115
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
class CreateProblems < ActiveRecord::Migration
class CreateProblems < ActiveRecord::Migration[4.2]
def change
create_table :problems do |t|
t.string :title