diff options
author | Joe Chen <jc@unknwon.io> | 2023-05-14 20:15:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 20:15:47 -0400 |
commit | 0721ef2399c7c0e7f01ee96530b99f883434c623 (patch) | |
tree | 8ddb3e5002ab0b7402a6339c7781d91caebd96e7 /internal/db/testdata | |
parent | 9ac93067f640ca228ff218de1686ff61e8747d05 (diff) |
refactor(db): migrate off `user_email.go` to `users.go` (#7452)
Diffstat (limited to 'internal/db/testdata')
-rw-r--r-- | internal/db/testdata/backup/EmailAddress.golden.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/db/testdata/backup/EmailAddress.golden.json b/internal/db/testdata/backup/EmailAddress.golden.json new file mode 100644 index 00000000..55141538 --- /dev/null +++ b/internal/db/testdata/backup/EmailAddress.golden.json @@ -0,0 +1,2 @@ +{"ID":1,"UserID":1,"Email":"alice@example.com","IsActivated":false} +{"ID":2,"UserID":2,"Email":"bob@example.com","IsActivated":true} |