working commit
This commit is contained in:
@@ -54,7 +54,7 @@ func (oper *Operator) SeedAccount(ctx context.Context) (string, error) {
|
||||
for _, grantType := range grantTypes {
|
||||
grantDescr := &descr.Grant{
|
||||
AccountID: accountDescr.ID,
|
||||
Operation: grantType,
|
||||
Grantname: grantType,
|
||||
CreatedAt: now,
|
||||
}
|
||||
err = oper.db.InsertGrant(ctx, grantDescr)
|
||||
|
||||
Reference in New Issue
Block a user