aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures/project_board.yml
blob: dc4f9cf565d7df56947a03e4aa56cd55cdde8ac8 (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
-
  id: 1
  project_id: 1
  title: To Do
  creator_id: 2
  created_unix: 1588117528
  updated_unix: 1588117528

-
  id: 2
  project_id: 1
  title: In Progress
  creator_id: 2
  created_unix: 1588117528
  updated_unix: 1588117528

-
  id: 3
  project_id: 1
  title: Done
  creator_id: 2
  created_unix: 1588117528
  updated_unix: 1588117528

-
  id: 4
  project_id: 4
  title: Done
  creator_id: 2
  created_unix: 1588117528
  updated_unix: 1588117528