comment
This commit is contained in:
parent
6e9d9bb793
commit
479179716d
|
@ -32,6 +32,7 @@ namespace realm {
|
|||
static uint64_t get_schema_version(Group *group);
|
||||
|
||||
// set a new schema version
|
||||
// FIXME - should be private (set through update_realm_with_schema)
|
||||
static void set_schema_version(Group *group, uint64_t version);
|
||||
|
||||
// checks if a migration is required for a given schema version
|
||||
|
|
Loading…
Reference in New Issue