remote_settings::schema

Constant VERSION

source
pub const VERSION: u32 = 2;
Expand description

The current gatabase schema version.

For any changes to the schema SQL, please make sure to:

  1. Bump this version.
  2. Add a migration from the old version to the new version in RemoteSettingsConnectionInitializer::upgrade_from.