-
Task
-
Resolution: Done
-
Minor
-
None
-
None
In init-inventory.sh we insert ids such as 101, 1001 etc. The MongoDB shell handles those as floating point numbers by default, though. Instead we should insert them as NumberLong(101) etc.