aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures/notification.yml
blob: d90936709e9415028aed4d0ef7b9994438cf2370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-
  id: 1
  user_id: 1
  repo_id: 1
  status: 1 # unread
  source: 1 # issue
  updated_by: 2
  issue_id: 1
  created_unix: 946684800
  updated_unix: 946684800

-
  id: 2
  user_id: 2
  repo_id: 1
  status: 2 # read
  source: 1 # issue
  updated_by: 1
  issue_id: 2
  created_unix: 946684800
  updated_unix: 946684800