Make file uploads of CSV actually save to disk
This commit is contained in:
parent
0d55eb1da4
commit
6716bc68c9
27 changed files with 5459 additions and 37 deletions
17
db/dberrors/fileupload.csv.bob.go
Normal file
17
db/dberrors/fileupload.csv.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 FileuploadCSVErrors = &fileuploadCSVErrors{
|
||||
ErrUniqueCsvPkey: &UniqueConstraintError{
|
||||
schema: "fileupload",
|
||||
table: "csv",
|
||||
columns: []string{"file_id"},
|
||||
s: "csv_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type fileuploadCSVErrors struct {
|
||||
ErrUniqueCsvPkey *UniqueConstraintError
|
||||
}
|
||||
17
db/dberrors/fileupload.error.bob.go
Normal file
17
db/dberrors/fileupload.error.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 FileuploadErrorErrors = &fileuploadErrorErrors{
|
||||
ErrUniqueErrorPkey: &UniqueConstraintError{
|
||||
schema: "fileupload",
|
||||
table: "error",
|
||||
columns: []string{"id"},
|
||||
s: "error_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type fileuploadErrorErrors struct {
|
||||
ErrUniqueErrorPkey *UniqueConstraintError
|
||||
}
|
||||
17
db/dberrors/fileupload.file.bob.go
Normal file
17
db/dberrors/fileupload.file.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 FileuploadFileErrors = &fileuploadFileErrors{
|
||||
ErrUniqueFilePkey: &UniqueConstraintError{
|
||||
schema: "fileupload",
|
||||
table: "file",
|
||||
columns: []string{"id"},
|
||||
s: "file_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type fileuploadFileErrors struct {
|
||||
ErrUniqueFilePkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue