aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures/notification.yml
blob: fe5c47287dbcaea266eead7e1fc4bc57f5989f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
-
  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

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

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