aboutsummaryrefslogtreecommitdiff
path: root/internal/db/testdata
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-10-06 15:43:28 +0800
committerGitHub <noreply@github.com>2020-10-06 15:43:28 +0800
commit2eaf1d693ae08c0312dd1f977f81675f418f3770 (patch)
treeb42a26180e813918a05a676bd18e13a3a1bb73ec /internal/db/testdata
parenta92d818aa35583594a6b3098f4e1e1f4edec17dd (diff)
db: migrate access table to use GORM (#6371)
Diffstat (limited to 'internal/db/testdata')
-rw-r--r--internal/db/testdata/backup/Access.golden.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/db/testdata/backup/Access.golden.json b/internal/db/testdata/backup/Access.golden.json
new file mode 100644
index 00000000..3e2e2a46
--- /dev/null
+++ b/internal/db/testdata/backup/Access.golden.json
@@ -0,0 +1,2 @@
+{"ID":1,"UserID":1,"RepoID":11,"Mode":1}
+{"ID":2,"UserID":2,"RepoID":22,"Mode":2}