better handling of merging the data in the combine, lead to not needing to handle duplicates
This commit is contained in:
@@ -9,4 +9,5 @@ FORBIDDEN = 7
|
||||
NOT_FOUND = 8
|
||||
CONFLICT = 9
|
||||
MOVE_FILE_ERROR = 10
|
||||
DUPLICATE_RESOLUTION_ERROR = 11
|
||||
DUPLICATE_RESOLUTION_ERROR = 11
|
||||
UNIQUE_ID_NOT_FOUND = 12
|
||||
Reference in New Issue
Block a user