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

     1  -
     2    id: 1
     3    project_id: 1
     4    title: To Do
     5    creator_id: 2
     6    default: true
     7    created_unix: 1588117528
     8    updated_unix: 1588117528
     9  
    10  -
    11    id: 2
    12    project_id: 1
    13    title: In Progress
    14    creator_id: 2
    15    created_unix: 1588117528
    16    updated_unix: 1588117528
    17  
    18  -
    19    id: 3
    20    project_id: 1
    21    title: Done
    22    creator_id: 2
    23    created_unix: 1588117528
    24    updated_unix: 1588117528
    25  
    26  -
    27    id: 4
    28    project_id: 4
    29    title: Done
    30    creator_id: 2
    31    created_unix: 1588117528
    32    updated_unix: 1588117528
    33  
    34  -
    35    id: 5
    36    project_id: 2
    37    title: Backlog
    38    creator_id: 2
    39    default: true
    40    created_unix: 1588117528
    41    updated_unix: 1588117528
    42  
    43  -
    44    id: 6
    45    project_id: 4
    46    title: Backlog
    47    creator_id: 2
    48    default: true
    49    created_unix: 1588117528
    50    updated_unix: 1588117528
    51  
    52  -
    53    id: 7
    54    project_id: 5
    55    title: Done
    56    creator_id: 2
    57    default: false
    58    created_unix: 1588117528
    59    updated_unix: 1588117528
    60  
    61  -
    62    id: 8
    63    project_id: 6
    64    title: Backlog
    65    creator_id: 2
    66    default: true
    67    created_unix: 1588117528
    68    updated_unix: 1588117528
    69  
    70  -
    71    id: 9
    72    project_id: 6
    73    title: Uncategorized
    74    creator_id: 2
    75    default: true
    76    created_unix: 1588117528
    77    updated_unix: 1588117528