summaryrefslogtreecommitdiff
path: root/pkg/model/session.go
diff options
context:
space:
mode:
authorJulien Dessaux2025-01-31 20:53:29 +0100
committerJulien Dessaux2025-01-31 20:53:29 +0100
commitab548d249b56988823cc91fa46ad7bfff0d75250 (patch)
treebc2c5c5e480a462eab19d873382bf11abacdffbe /pkg/model/session.go
parentfeat(webui): bootstrap account settings management with light and dark mode (diff)
downloadtfstated-ab548d249b56988823cc91fa46ad7bfff0d75250.tar.gz
tfstated-ab548d249b56988823cc91fa46ad7bfff0d75250.tar.bz2
tfstated-ab548d249b56988823cc91fa46ad7bfff0d75250.zip
chore(tfstated): change database account id format to uuidv7HEADmain
Diffstat (limited to 'pkg/model/session.go')
-rw-r--r--pkg/model/session.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/model/session.go b/pkg/model/session.go
index afa6a77..8b2bb01 100644
--- a/pkg/model/session.go
+++ b/pkg/model/session.go
@@ -8,7 +8,7 @@ type SessionContextKey struct{}
type Session struct {
Id string
- AccountId int
+ AccountId string
Created time.Time
Updated time.Time
Data any