You've already forked reloading-manager
Nobody had ever created a function like this one before. (#26)
Reviewed-on: rrise/reloading-manager#26 Co-authored-by: Ron Rise <ron@siteworxpro.com> Co-committed-by: Ron Rise <ron@siteworxpro.com>
This commit is contained in:
20
backend/.gen/loading/public/table/table_use_schema.go
Normal file
20
backend/.gen/loading/public/table/table_use_schema.go
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// 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) {
|
||||
Bullets = Bullets.FromSchema(schema)
|
||||
Cartridges = Cartridges.FromSchema(schema)
|
||||
Loads = Loads.FromSchema(schema)
|
||||
Manufacturers = Manufacturers.FromSchema(schema)
|
||||
Powders = Powders.FromSchema(schema)
|
||||
Primers = Primers.FromSchema(schema)
|
||||
SchemaMigrations = SchemaMigrations.FromSchema(schema)
|
||||
}
|
||||
Reference in New Issue
Block a user