Begin work on saving compliance report
This commit is contained in:
parent
3ad95e1365
commit
553b65556a
22 changed files with 2419 additions and 42 deletions
17
db/dberrors/publicreport.compliance.bob.go
Normal file
17
db/dberrors/publicreport.compliance.bob.go
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// 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 PublicreportComplianceErrors = &publicreportComplianceErrors{
|
||||
ErrUniqueCompliancePkey: &UniqueConstraintError{
|
||||
schema: "publicreport",
|
||||
table: "compliance",
|
||||
columns: []string{"report_id"},
|
||||
s: "compliance_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type publicreportComplianceErrors struct {
|
||||
ErrUniqueCompliancePkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue