working commit

This commit is contained in:
2026-06-09 14:10:53 +02:00
parent ee30858d11
commit 6e92720e69
26 changed files with 339 additions and 165 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ type Account struct {
type Grant struct {
ID string `json:"id" yaml:"id" db:"id"`
AccountID string `json:"accountID" yaml:"accountID" db:"account_id"`
Operation string `json:"operation" yaml:"operation" db:"operation"`
Grantname string `json:"grantname" yaml:"grantname" db:"grantname"`
CreatedAt string `json:"createdAt" yaml:"createdAt" db:"created_at"`
}