code.gitea.io/gitea@v1.21.7/models/fixtures/project_board.yml (about)

     1  -
     2    id: 1
     3    project_id: 1
     4    title: To Do
     5    creator_id: 2
     6    created_unix: 1588117528
     7    updated_unix: 1588117528
     8  
     9  -
    10    id: 2
    11    project_id: 1
    12    title: In Progress
    13    creator_id: 2
    14    created_unix: 1588117528
    15    updated_unix: 1588117528
    16  
    17  -
    18    id: 3
    19    project_id: 1
    20    title: Done
    21    creator_id: 2
    22    created_unix: 1588117528
    23    updated_unix: 1588117528
    24  
    25  -
    26    id: 4
    27    project_id: 4
    28    title: Done
    29    creator_id: 2
    30    created_unix: 1588117528
    31    updated_unix: 1588117528