remove organization table's old arcgis columns
This commit is contained in:
parent
4f46e7e82f
commit
f19fb0ef2a
1 changed files with 1 additions and 5 deletions
|
|
@ -16,7 +16,6 @@ import (
|
|||
"github.com/Gleipnir-Technology/nidus-sync/db/sql"
|
||||
"github.com/Gleipnir-Technology/nidus-sync/debug"
|
||||
"github.com/aarondl/opt/omit"
|
||||
"github.com/aarondl/opt/omitnull"
|
||||
"github.com/rs/zerolog/log"
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
)
|
||||
|
|
@ -137,9 +136,6 @@ func SignupUser(ctx context.Context, username string, name string, password stri
|
|||
}
|
||||
o_setter := models.OrganizationSetter{
|
||||
Name: omit.From(fmt.Sprintf("%s's organization", username)),
|
||||
ArcgisID: omitnull.From(""),
|
||||
ArcgisName: omitnull.From(""),
|
||||
FieldseekerURL: omitnull.From(""),
|
||||
}
|
||||
o, err := models.Organizations.Insert(&o_setter).One(ctx, db.PGInstance.BobDB)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue