fix comment system
This commit is contained in:
@@ -64,7 +64,7 @@ func init() {
|
||||
// ma.DefaultLimit holds the default value on creation for the limit field.
|
||||
ma.DefaultLimit = maDescLimit.Default.(bool)
|
||||
// maDescCreatedAt is the schema descriptor for created_at field.
|
||||
maDescCreatedAt := maFields[13].Descriptor()
|
||||
maDescCreatedAt := maFields[22].Descriptor()
|
||||
// ma.DefaultCreatedAt holds the default value on creation for the created_at field.
|
||||
ma.DefaultCreatedAt = maDescCreatedAt.Default.(func() time.Time)
|
||||
sevFields := schema.Sev{}.Fields()
|
||||
|
Reference in New Issue
Block a user