remove unused field

This commit is contained in:
Hayden 2023-03-22 20:16:04 -08:00
parent ce3d73ab42
commit 22cd088657
No known key found for this signature in database
GPG key ID: 17CF79474E257545
38 changed files with 496 additions and 1044 deletions

View file

@ -143,10 +143,7 @@ func (arc *AuthRolesCreate) createSpec() (*AuthRoles, *sqlgraph.CreateSpec) {
Columns: []string{authroles.TokenColumn},
Bidi: false,
Target: &sqlgraph.EdgeTarget{
IDSpec: &sqlgraph.FieldSpec{
Type: field.TypeUUID,
Column: authtokens.FieldID,
},
IDSpec: sqlgraph.NewFieldSpec(authtokens.FieldID, field.TypeUUID),
},
}
for _, k := range nodes {