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

     1  -
     2    id: 1 # issue reaction
     3    type: zzz # not allowed reaction (added before allowed reaction list has changed)
     4    issue_id: 1
     5    comment_id: 0
     6    user_id: 2
     7    created_unix: 1573248001
     8  
     9  -
    10    id: 2 # issue reaction
    11    type: zzz # not allowed reaction (added before allowed reaction list has changed)
    12    issue_id: 1
    13    comment_id: 0
    14    user_id: 1
    15    created_unix: 1573248002
    16  
    17  -
    18    id: 3 # issue reaction
    19    type: eyes # allowed reaction
    20    issue_id: 1
    21    comment_id: 0
    22    user_id: 2
    23    created_unix: 1573248003
    24  
    25  -
    26    id: 4 # comment reaction
    27    type: laugh # allowed reaction
    28    issue_id: 1
    29    comment_id: 2
    30    user_id: 2
    31    created_unix: 1573248004
    32  
    33  -
    34    id: 5 # comment reaction
    35    type: laugh # allowed reaction
    36    issue_id: 1
    37    comment_id: 2
    38    user_id: 1
    39    created_unix: 1573248005