mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-18 07:24:20 +01:00
Use sqlite3 file database
This commit is contained in:
@@ -4,7 +4,7 @@ class CreateCronoJobs < ActiveRecord::Migration
|
||||
t.string :job_id, null: false
|
||||
t.text :log
|
||||
t.datetime :last_performed_at
|
||||
t.timestamps
|
||||
t.timestamps null: false
|
||||
end
|
||||
add_index :crono_jobs, [:job_id], unique: true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user