Skip to content

Commit 9f9b8cc

Browse files
committed
Temporary Periphery ignore
1 parent 4a948bb commit 9f9b8cc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Modules/Sources/Storage/GRDB/GRDBManager.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import Foundation
22
import GRDB
33

4+
// TODO: remove ignore when we start using this
5+
// periphery: ignore
46
public 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
2933
private extension GRDBManager {
3034
func migrateIfNeeded() throws {
3135
var migrator = DatabaseMigrator()

Modules/Sources/Storage/GRDB/Migrations/V001InitialSchema.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import Foundation
22
import GRDB
33

4+
// TODO: remove ignore when we start using this
5+
// periphery: ignore
46
struct V001InitialSchema {
57
// This migration is under development and not released yet.
68
// It's still open for modification, until we ship.

0 commit comments

Comments
 (0)