summaryrefslogtreecommitdiffstats
path: root/models/migrations/fixtures/Test_CheckProjectColumnsConsistency/project_board.yml
blob: 2e1b1c7eee793475cfc0c821fc7fea384ba5fcfc (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
-
  id: 1
  project_id: 1
  title: Done
  creator_id: 2
  default: false
  created_unix: 1588117528
  updated_unix: 1588117528

-
  id: 2
  project_id: 2
  title: Backlog
  creator_id: 2
  default: true
  created_unix: 1588117528
  updated_unix: 1588117528

-
  id: 3
  project_id: 2
  title: Uncategorized
  creator_id: 2
  default: true
  created_unix: 1588117528
  updated_unix: 1588117528