diff options
Diffstat (limited to 'internal/db/testdata/backup/Action.golden.json')
-rw-r--r-- | internal/db/testdata/backup/Action.golden.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/db/testdata/backup/Action.golden.json b/internal/db/testdata/backup/Action.golden.json new file mode 100644 index 00000000..1e6d7f00 --- /dev/null +++ b/internal/db/testdata/backup/Action.golden.json @@ -0,0 +1,3 @@ +{"ID":1,"UserID":1,"OpType":16,"ActUserID":1,"ActUserName":"alice","RepoID":1,"RepoUserName":"alice","RepoName":"example","RefName":"main","IsPrivate":false,"Content":"{\"Len\":1,\"Commits\":[],\"CompareURL\":\"\"}","CreatedUnix":1588568886} +{"ID":2,"UserID":1,"OpType":5,"ActUserID":1,"ActUserName":"alice","RepoID":1,"RepoUserName":"alice","RepoName":"example","RefName":"main","IsPrivate":false,"Content":"{\"Len\":1,\"Commits\":[],\"CompareURL\":\"\"}","CreatedUnix":1588568886} +{"ID":3,"UserID":1,"OpType":17,"ActUserID":1,"ActUserName":"alice","RepoID":1,"RepoUserName":"alice","RepoName":"example","RefName":"main","IsPrivate":false,"Content":"","CreatedUnix":1588568886} |