+
- Ensures that all items in your inventory have a valid asset_id field. This is done by finding the - highest current asset_id field in the database and applying the next value to each item that has an - unset asset_id field. This is done in order of the created_at field. -
-- Resets the time value for all date time fields in your inventory to the beginning of the date. This is - to fix a bug that was introduced early on in the development of the site that caused the time value to - be stored with the time which caused issues with date fields displaying accurate values. - - See Github Issue #236 for more details - -
-