Move to latest bobgen, add fieldseeker schema references
This is an intermediate step between shifting from the old fs_* prefixed table names to an entire fieldseeker schema. At this point we have both, and we aren't doing much with the new schema but compiling.
This commit is contained in:
parent
683c5134df
commit
7c4fb02908
452 changed files with 119980 additions and 879 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Code generated by BobGen psql v0.41.1. DO NOT EDIT.
|
||||
// Code generated by BobGen psql v0.42.0. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package models
|
||||
|
|
@ -17,6 +17,7 @@ import (
|
|||
var Preload = getPreloaders()
|
||||
|
||||
type preloaders struct {
|
||||
FieldseekerRodentlocation fieldseekerRodentlocationPreloader
|
||||
FieldseekerSync fieldseekerSyncPreloader
|
||||
FSContainerrelate fsContainerrelatePreloader
|
||||
FSFieldscoutinglog fsFieldscoutinglogPreloader
|
||||
|
|
@ -81,6 +82,7 @@ type preloaders struct {
|
|||
|
||||
func getPreloaders() preloaders {
|
||||
return preloaders{
|
||||
FieldseekerRodentlocation: buildFieldseekerRodentlocationPreloader(),
|
||||
FieldseekerSync: buildFieldseekerSyncPreloader(),
|
||||
FSContainerrelate: buildFSContainerrelatePreloader(),
|
||||
FSFieldscoutinglog: buildFSFieldscoutinglogPreloader(),
|
||||
|
|
@ -151,6 +153,7 @@ var (
|
|||
)
|
||||
|
||||
type thenLoaders[Q orm.Loadable] struct {
|
||||
FieldseekerRodentlocation fieldseekerRodentlocationThenLoader[Q]
|
||||
FieldseekerSync fieldseekerSyncThenLoader[Q]
|
||||
FSContainerrelate fsContainerrelateThenLoader[Q]
|
||||
FSFieldscoutinglog fsFieldscoutinglogThenLoader[Q]
|
||||
|
|
@ -215,6 +218,7 @@ type thenLoaders[Q orm.Loadable] struct {
|
|||
|
||||
func getThenLoaders[Q orm.Loadable]() thenLoaders[Q] {
|
||||
return thenLoaders[Q]{
|
||||
FieldseekerRodentlocation: buildFieldseekerRodentlocationThenLoader[Q](),
|
||||
FieldseekerSync: buildFieldseekerSyncThenLoader[Q](),
|
||||
FSContainerrelate: buildFSContainerrelateThenLoader[Q](),
|
||||
FSFieldscoutinglog: buildFSFieldscoutinglogThenLoader[Q](),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue