Hello there!
I am installing a Service Marketplace, and I would like to configure a listing unit per hour, not per day as it is configured after the installation. I’ve seen there is a table called listing_units, I just have to add it there? Should I have any other considerations?
In your database there is a table called unit listings. Use the following query: INSERT INTO listing_units (id, unit_type, quantity_selector, kind, name_tr_key, selector_tr_key, listing_shape_id, created_at, updated_at) VALUES (NULL, ‘hour’, ‘hour’, ‘time’, NULL, NULL, NULL, ‘2017-12-14 00:00:00’, ‘2017-12-14 00:00:00’)