build: bump schema version, update contacts-cache
Bump schema version to trigger update after we added html processing. Since we're updating the database schema version, let's use the opportunity to remove outdated data from the contacts-cache.
This commit is contained in:
@ -86,7 +86,7 @@ cxx.check_header('charconv', required:true)
|
||||
# config.h setup
|
||||
#
|
||||
config_h_data=configuration_data()
|
||||
config_h_data.set_quoted('MU_STORE_SCHEMA_VERSION', '465')
|
||||
config_h_data.set_quoted('MU_STORE_SCHEMA_VERSION', '466')
|
||||
config_h_data.set_quoted('PACKAGE_VERSION', meson.project_version())
|
||||
config_h_data.set_quoted('PACKAGE_STRING', meson.project_name() + ' ' +
|
||||
meson.project_version())
|
||||
|
||||
Reference in New Issue
Block a user