Move internal references to new source hosting
Some checks failed
/ golint (push) Failing after 3m50s
Some checks failed
/ golint (push) Failing after 3m50s
This commit is contained in:
parent
8c8e360bf6
commit
7237f5f666
239 changed files with 771 additions and 775 deletions
|
|
@ -26,7 +26,7 @@ func customTableSQLBuilderColumn(dialect template.Dialect, column metadata.Colum
|
|||
/*
|
||||
if defaultColumn.Name == "Location" {
|
||||
log.Printf("current location column: name '%s' type '%s'", defaultColumn.Name, defaultColumn.Type)
|
||||
defaultColumn.Import = "github.com/Gleipnir-Technology/nidus-sync/db/column"
|
||||
defaultColumn.Import = "source.gleipnir.technology/Gleipnir/nidus-sync/db/column"
|
||||
defaultColumn.PackageName = "column"
|
||||
defaultColumn.Type = "ColumnGeometry"
|
||||
defaultColumn.TypeFactory = "GeometryColumn"
|
||||
|
|
@ -37,7 +37,7 @@ func customTableSQLBuilderColumn(dialect template.Dialect, column metadata.Colum
|
|||
func customTableSQLBuilder(table metadata.Table) template.TableSQLBuilder {
|
||||
builder := template.DefaultTableSQLBuilder(table).UseColumn(customTableSQLBuilderColumn)
|
||||
log.Printf("table sql builder: path '%s' filename '%s' instancename '%s' typename '%s' defaultalias '%s'", builder.Path, builder.FileName, builder.InstanceName, builder.TypeName, builder.DefaultAlias)
|
||||
builder.Imports = []string{"github.com/Gleipnir-Technology/nidus-sync/db/column"}
|
||||
builder.Imports = []string{"source.gleipnir.technology/Gleipnir/nidus-sync/db/column"}
|
||||
return builder
|
||||
}
|
||||
func customTableModelField(column metadata.Column) template.TableModelField {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue