pub const VERSION: u32 = 2;
Expand description
The current gatabase schema version.
For any changes to the schema SQL
, please make sure to:
- Bump this version.
- Add a migration from the old version to the new version in
RemoteSettingsConnectionInitializer::upgrade_from
.