File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Modules/Sources/Storage/GRDB Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11import Foundation
22import GRDB
33
4+ // TODO: remove ignore when we start using this
5+ // periphery: ignore
46public final class GRDBManager {
57
68 let databaseQueue : DatabaseQueue
@@ -26,6 +28,8 @@ public final class GRDBManager {
2628 }
2729}
2830
31+ // TODO: remove ignore when we start using this
32+ // periphery: ignore
2933private extension GRDBManager {
3034 func migrateIfNeeded( ) throws {
3135 var migrator = DatabaseMigrator ( )
Original file line number Diff line number Diff line change 11import Foundation
22import GRDB
33
4+ // TODO: remove ignore when we start using this
5+ // periphery: ignore
46struct V001InitialSchema {
57 // This migration is under development and not released yet.
68 // It's still open for modification, until we ship.
You can’t perform that action at this time.
0 commit comments