21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-22 10:18:48 +02:00
chexpire/test/fixtures/checks.yml
2018-05-30 16:58:30 +02:00

56 lines
1.4 KiB
YAML

# == Schema Information
#
# Table name: checks
#
# id :bigint(8) not null, primary key
# active :boolean default(TRUE), not null
# comment :string(255)
# domain :string(255) not null
# domain_created_at :datetime
# domain_expire_at :datetime
# domain_updated_at :datetime
# kind :integer not null
# last_run_at :datetime
# last_success_at :datetime
# vendor :string(255)
# created_at :datetime not null
# updated_at :datetime not null
# user_id :bigint(8)
#
# Indexes
#
# index_checks_on_user_id (user_id)
#
# Foreign Keys
#
# fk_rails_... (user_id => users.id)
#
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
domain_example_org:
user: user1
kind: domain
domain: example.org
domain_created_at: 2017-03-01 17:29:50
domain_updated_at: 2018-02-15 12:10:00
domain_expire_at: 2019-03-01 17:29:49
last_run_at: 2018-05-24 17:29:50
last_success_at: 2018-05-24 17:29:50
vendor: ""
comment: ""
active: true
ssl_www_example_org:
user: user1
kind: ssl
domain: www.example.org
domain_created_at: 2018-05-24 17:29:50
domain_updated_at: 2018-05-24 17:29:50
domain_expire_at: 2019-05-24 17:29:49
last_run_at: 2018-05-24 17:29:50
last_success_at: 2018-05-24 17:29:50
vendor: ""
comment: "MyString"
active: true