-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Description
It seems we have a problem with files when using fixtures with --mode insert-or-replace
. To be tested locally and fixed.
Here's one scenario to test:
- Upload some record with
--skip-files --mode-insert
. (so no files) - Upload the same record with
--mode insert-or-replace
. (so with files)
Might be good to test other combinations of (1) initial record state (with or without files); and (2) update mode (replace or insert-or-replace, with or without files).