Add DB model for publicreport logs
It's just way easier to track that deriving the data every time an API request is made.
This commit is contained in:
parent
1e071d5ce5
commit
1d2570c912
14 changed files with 2326 additions and 140 deletions
17
db/dberrors/publicreport.report_log.bob.go
Normal file
17
db/dberrors/publicreport.report_log.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 PublicreportReportLogErrors = &publicreportReportLogErrors{
|
||||
ErrUniqueReportLogPkey: &UniqueConstraintError{
|
||||
schema: "publicreport",
|
||||
table: "report_log",
|
||||
columns: []string{"id"},
|
||||
s: "report_log_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type publicreportReportLogErrors struct {
|
||||
ErrUniqueReportLogPkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue