summaryrefslogtreecommitdiffstats
path: root/models/fixtures/project_board.yml
blob: 9e06e8c23960b33d754a8e0b69540a4a89d734fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-
  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