From ab548d249b56988823cc91fa46ad7bfff0d75250 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 31 Jan 2025 20:53:29 +0100 Subject: chore(tfstated): change database account id format to uuidv7 --- pkg/model/session.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/model/session.go') 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 -- cgit v1.2.3