Get back to compiling, but using new jet for publicreport
This was an epically long change, and a terrible idea, but it compiles. This was essentially a cascade that came about because I can't blend jet and bob in the same transaction. In for a penny, I guess...
This commit is contained in:
parent
a95e44cf42
commit
fcd95f1a25
65 changed files with 3129 additions and 3457 deletions
17
db/dberrors/communication_log_entry.bob.go
Normal file
17
db/dberrors/communication_log_entry.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 CommunicationLogEntryErrors = &communicationLogEntryErrors{
|
||||
ErrUniqueCommunicationLogEntryPkey: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "communication_log_entry",
|
||||
columns: []string{"id"},
|
||||
s: "communication_log_entry_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type communicationLogEntryErrors struct {
|
||||
ErrUniqueCommunicationLogEntryPkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue