add unique constraints
This commit is contained in:
@@ -66,6 +66,7 @@ var (
|
||||
ErrCannotParseFile = errors.New("cannot parse file")
|
||||
ErrValidateRecord = errors.New("error validating record")
|
||||
ErrRecordNotValid = errors.New("record not valid")
|
||||
ErrRecordAlreadyExists = errors.New("record already exists")
|
||||
ErrReadingCSVHeader = errors.New("error reading CSV header")
|
||||
ErrReadingCSVRow = errors.New("error reading CSV row")
|
||||
ErrMissingOrInvalidDate = errors.New("missing or invalid date")
|
||||
|
||||
Reference in New Issue
Block a user