mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-01 23:23:18 +02:00
Fix job saving
This commit is contained in:
@@ -5,7 +5,6 @@ class CreateCronoJobs < ActiveRecord::Migration
|
||||
t.text :log
|
||||
t.datetime :last_performed_at
|
||||
t.boolean :healthy
|
||||
t.text :args
|
||||
t.timestamps null: false
|
||||
end
|
||||
add_index :crono_jobs, [:job_id], unique: true
|
||||
|
||||
Reference in New Issue
Block a user