21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-08 18:44:28 +02:00
chexpire/test/fixtures/notifications.yml

41 lines
928 B
YAML
Raw Normal View History

2018-05-31 20:49:06 +02:00
# == Schema Information
#
# Table name: notifications
#
# id :bigint(8) not null, primary key
# channel :integer not null
# delay :integer not null
# recipient :string(255) not null
# sent_at :datetime
# status :integer default("pending"), not null
# created_at :datetime not null
# updated_at :datetime not null
# check_id :bigint(8)
#
# Indexes
#
# index_notifications_on_check_id (check_id)
#
# Foreign Keys
#
# fk_rails_... (check_id => checks.id)
#
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
check: domain_example_org
channel: email
recipient: myemail@example.org
delay: 30
sent_at: 2018-05-31 10:14:12
status: succeed
two:
check: domain_example_org
channel: email
recipient: myemail@example.org
delay: 10
sent_at: 2018-05-31 10:14:12
status: succeed