diff options
author | Joe Chen <jc@unknwon.io> | 2023-08-23 00:15:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 00:15:30 -0400 |
commit | 069f1ed9a4651dd2598a513d94278a400a04e5a7 (patch) | |
tree | 4e2455a2aab10daba29985bffe15183ab09bb5d8 /internal/db/testdata | |
parent | 1112a71ea5279a29666d54f07ef101480519fd16 (diff) |
db: migrate `admin.go` to `notices.go` with GORM (#7536)
Diffstat (limited to 'internal/db/testdata')
-rw-r--r-- | internal/db/testdata/backup/Notice.golden.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/db/testdata/backup/Notice.golden.json b/internal/db/testdata/backup/Notice.golden.json new file mode 100644 index 00000000..4d472520 --- /dev/null +++ b/internal/db/testdata/backup/Notice.golden.json @@ -0,0 +1 @@ +{"ID":1,"Type":1,"Description":"This is a notice","CreatedUnix":1588568886} |