We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5836c4a commit 0af49a2Copy full SHA for 0af49a2
Modules/Sources/Storage/GRDB/GRDBManager.swift
@@ -59,11 +59,6 @@ private extension GRDBManager {
59
func migrateIfNeeded() throws {
60
var migrator = DatabaseMigrator()
61
62
- #if DEBUG
63
- // Speed up development by dropping the database when migrations change
64
- migrator.eraseDatabaseOnSchemaChange = true
65
- #endif
66
-
67
migrator.registerMigration("V001InitialSchema") { db in
68
try V001InitialSchema.migrate(db)
69
}
0 commit comments