thanks, i see it an enterprise solution not for opensource?
ERROR Unexpected error when saving customer account Customer{id=57, name='entreprise1', description='entreprise1', filesDir='ebec06f6-49b9-4ac1-bec1-fb6fb7ad2e0d', master=false, prefix=my, deviceConfigurationId=1}
org.apache.ibatis.exceptions.PersistenceException:
### Error updating database. Cause: org.postgresql.util.PSQLException: ERREUR: the relation "plugin_licensing_settings" does not exist
Position : 13
### The error may exist in com/hmdm/persistence/mapper/CustomerMapper.java (best guess)
### The error may involve com.hmdm.persistence.mapper.CustomerMapper.saveApiKey-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO plugin_licensing_settings (apiKey, customerId) VALUES (?, ?) ON CONFLICT ON CONSTRAINT plugin_licensing_settings_customer_unique DO UPDATE SET apiKey = EXCLUDED.apiKey
### Cause: org.postgresql.util.PSQLException: ERREUR: the relation "plugin_licensing_settings" does not exist