name etag column correctly

This commit is contained in:
tobi 2025-01-04 12:24:26 +01:00
commit 10945e7809
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ type DomainPermissionSubscription struct {
FetchPassword string `bun:",nullzero"`
FetchedAt time.Time `bun:"type:timestamptz,nullzero"`
SuccessfullyFetchedAt time.Time `bun:"type:timestamptz,nullzero"`
ETag string `bun:",nullzero"`
ETag string `bun:"etag,nullzero"`
Error string `bun:",nullzero"`
Count uint64 `bun:""`
}