Move data out of import.district and in to organization
Then get the organization settings page to work again. Tons of other stuff is broken now.
This commit is contained in:
parent
b786c88f52
commit
5a7c9fd090
31 changed files with 2001 additions and 4340 deletions
|
|
@ -1,17 +0,0 @@
|
|||
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var ImportDistrictErrors = &importDistrictErrors{
|
||||
ErrUniqueDistrictPkey: &UniqueConstraintError{
|
||||
schema: "import",
|
||||
table: "district",
|
||||
columns: []string{"gid"},
|
||||
s: "district_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type importDistrictErrors struct {
|
||||
ErrUniqueDistrictPkey *UniqueConstraintError
|
||||
}
|
||||
|
|
@ -24,13 +24,6 @@ var OrganizationErrors = &organizationErrors{
|
|||
columns: []string{"slug"},
|
||||
s: "organization_slug_key",
|
||||
},
|
||||
|
||||
ErrUniqueOrganizationWebsiteKey: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "organization",
|
||||
columns: []string{"website"},
|
||||
s: "organization_website_key",
|
||||
},
|
||||
}
|
||||
|
||||
type organizationErrors struct {
|
||||
|
|
@ -39,6 +32,4 @@ type organizationErrors struct {
|
|||
ErrUniqueOrganizationImportDistrictGidKey *UniqueConstraintError
|
||||
|
||||
ErrUniqueOrganizationSlugKey *UniqueConstraintError
|
||||
|
||||
ErrUniqueOrganizationWebsiteKey *UniqueConstraintError
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue