mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-06 02:23:16 -06:00
name etag column correctly
This commit is contained in:
parent
a5e1157ff7
commit
10945e7809
2 changed files with 2 additions and 2 deletions
|
|
@ -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:""`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue