21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-03 09:20:49 +02:00

Sync annotations

This commit is contained in:
Colin Darie 2018-08-30 18:45:19 +02:00
parent 80e3ef20a8
commit 294bb83cc2
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
3 changed files with 3 additions and 2 deletions

View file

@ -49,8 +49,8 @@ ActiveRecord::Schema.define(version: 2018_08_30_083927) do
t.boolean "active", default: true, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.boolean "round_robin", default: true
t.integer "consecutive_failures", default: 0, null: false
t.boolean "round_robin", default: true
t.integer "mode", default: 0, null: false
t.index ["user_id"], name: "index_checks_on_user_id"
end

View file

@ -15,6 +15,7 @@
# kind :integer not null
# last_run_at :datetime
# last_success_at :datetime
# mode :integer default("auto"), not null
# round_robin :boolean default(TRUE)
# vendor :string(255)
# created_at :datetime not null