Bump GRDB schema version.
This commit is contained in:
parent
05f6a54764
commit
417be312a5
2
Pods
2
Pods
@ -1 +1 @@
|
||||
Subproject commit f5374459edd37cf2f1b4af525036ac2e7d77708c
|
||||
Subproject commit dbde19c75497cec39e438cd81ca09d5382e889c1
|
||||
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user