build: bump database schema version to 453
This requires a fresh init. All the recent changes with the fields etc., make requiring a re-init the prudent choice.
This commit is contained in:
@ -64,7 +64,7 @@ endforeach
|
||||
# config.h setup
|
||||
#
|
||||
config_h_data=configuration_data()
|
||||
config_h_data.set_quoted('MU_STORE_SCHEMA_VERSION', '452')
|
||||
config_h_data.set_quoted('MU_STORE_SCHEMA_VERSION', '453')
|
||||
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