generate code

This commit is contained in:
Hayden 2023-03-22 20:29:23 -08:00
parent e5d8b098f1
commit 7fe9ae4f51
No known key found for this signature in database
GPG key ID: 17CF79474E257545
8 changed files with 19 additions and 170 deletions

View file

@ -473,10 +473,6 @@ func init() {
maintenanceentryDescCost := maintenanceentryFields[5].Descriptor()
// maintenanceentry.DefaultCost holds the default value on creation for the cost field.
maintenanceentry.DefaultCost = maintenanceentryDescCost.Default.(float64)
// maintenanceentryDescRemindersEnabled is the schema descriptor for reminders_enabled field.
maintenanceentryDescRemindersEnabled := maintenanceentryFields[6].Descriptor()
// maintenanceentry.DefaultRemindersEnabled holds the default value on creation for the reminders_enabled field.
maintenanceentry.DefaultRemindersEnabled = maintenanceentryDescRemindersEnabled.Default.(bool)
// maintenanceentryDescID is the schema descriptor for id field.
maintenanceentryDescID := maintenanceentryMixinFields0[0].Descriptor()
// maintenanceentry.DefaultID holds the default value on creation for the id field.