code.gitea.io/gitea@v1.22.3/models/migrations/fixtures/Test_CheckProjectColumnsConsistency/project.yml (about)

     1  -
     2    id: 1
     3    title: project without default column
     4    owner_id: 2
     5    repo_id: 0
     6    is_closed: false
     7    creator_id: 2
     8    board_type: 1
     9    type: 2
    10    created_unix: 1688973000
    11    updated_unix: 1688973000
    12  
    13  -
    14    id: 2
    15    title: project with multiple default columns
    16    owner_id: 2
    17    repo_id: 0
    18    is_closed: false
    19    creator_id: 2
    20    board_type: 1
    21    type: 2
    22    created_unix: 1688973000
    23    updated_unix: 1688973000