Bump GRDB schema version.

This commit is contained in:
Matthew Chen 2021-04-04 12:14:57 -03:00
parent 05f6a54764
commit 417be312a5
2 changed files with 2 additions and 2 deletions

2
Pods

@ -1 +1 @@
Subproject commit f5374459edd37cf2f1b4af525036ac2e7d77708c
Subproject commit dbde19c75497cec39e438cd81ca09d5382e889c1

View File

@ -139,7 +139,7 @@ public class GRDBSchemaMigrator: NSObject {
public static let grdbSchemaVersionDefault: UInt = 0
public static let grdbSchemaVersionLatest: UInt = 22
// An optimization for new users, we have the first migration import the latest schema
// and mark any other migrations as "already run".
private lazy var newUserMigrator: DatabaseMigrator = {