nidus-sync/db/gen/nidus-sync/public/table/table_use_schema.go
Eli Ribble 970cd568dc
Add generated jet tables and models
These will change with schema changes
2026-05-09 01:54:12 +00:00

46 lines
1.9 KiB
Go

//
// Code generated by go-jet DO NOT EDIT.
//
// WARNING: Changes to this file may cause incorrect behavior
// and will be lost if the code is regenerated
//
package table
// UseSchema sets a new schema name for all generated table SQL builder types. It is recommended to invoke
// this method only once at the beginning of the program.
func UseSchema(schema string) {
Address = Address.FromSchema(schema)
Communication = Communication.FromSchema(schema)
CommunicationLogEntry = CommunicationLogEntry.FromSchema(schema)
ComplianceReportRequest = ComplianceReportRequest.FromSchema(schema)
ComplianceReportRequestMailer = ComplianceReportRequestMailer.FromSchema(schema)
DistrictSubscriptionEmail = DistrictSubscriptionEmail.FromSchema(schema)
DistrictSubscriptionPhone = DistrictSubscriptionPhone.FromSchema(schema)
Feature = Feature.FromSchema(schema)
FeaturePool = FeaturePool.FromSchema(schema)
FieldseekerSync = FieldseekerSync.FromSchema(schema)
GooseDbVersion = GooseDbVersion.FromSchema(schema)
H3Aggregation = H3Aggregation.FromSchema(schema)
Job = Job.FromSchema(schema)
Lead = Lead.FromSchema(schema)
LogImpersonation = LogImpersonation.FromSchema(schema)
NoteAudio = NoteAudio.FromSchema(schema)
NoteAudioBreadcrumb = NoteAudioBreadcrumb.FromSchema(schema)
NoteAudioData = NoteAudioData.FromSchema(schema)
NoteImage = NoteImage.FromSchema(schema)
NoteImageBreadcrumb = NoteImageBreadcrumb.FromSchema(schema)
NoteImageData = NoteImageData.FromSchema(schema)
Notification = Notification.FromSchema(schema)
Organization = Organization.FromSchema(schema)
Parcel = Parcel.FromSchema(schema)
ReportText = ReportText.FromSchema(schema)
Resident = Resident.FromSchema(schema)
ReviewTask = ReviewTask.FromSchema(schema)
ReviewTaskPool = ReviewTaskPool.FromSchema(schema)
Sessions = Sessions.FromSchema(schema)
Signal = Signal.FromSchema(schema)
Site = Site.FromSchema(schema)
SpatialRefSys = SpatialRefSys.FromSchema(schema)
User = User.FromSchema(schema)
}