Fix tests

This commit is contained in:
Chris Seelus
2021-02-11 01:59:28 +01:00
parent 551572fe56
commit 6fee31fc81
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
class CreateCronoJobs < ActiveRecord::Migration<%= migration_version %>
class CreateCronoJobs < ActiveRecord::Migration[6.1]
def change
create_table :crono_jobs do |t|
t.string :job_id, null: false