working commit
This commit is contained in:
+2
-2
@@ -124,7 +124,7 @@ func (db *Database) WriteInituser(ctx context.Context) error {
|
||||
ID: auxuuid.NewUUID(),
|
||||
AccountID: accountDescr.ID,
|
||||
Right: descr.RightReadAccounts,
|
||||
Pattern: ",*",
|
||||
Pattern: ".*",
|
||||
CreatedAt: now,
|
||||
UpdatedAt: now,
|
||||
CreatedBy: descr.ServerID,
|
||||
@@ -153,7 +153,7 @@ func (db *Database) WriteInituser(ctx context.Context) error {
|
||||
ID: auxuuid.NewUUID(),
|
||||
AccountID: accountDescr.ID,
|
||||
Right: descr.RightReadGrants,
|
||||
Pattern: ",*",
|
||||
Pattern: ".*",
|
||||
CreatedAt: now,
|
||||
UpdatedAt: now,
|
||||
CreatedBy: descr.ServerID,
|
||||
|
||||
Reference in New Issue
Block a user