licencesDB.prepare("create table if not exists ApplicationSettings (" +
            "settingKey varchar(50) primary key not null," +
            " settingName varchar(100) not null," +
            " settingDescription text," +
            " settingValue text," +