Update key management for database service
This commit is contained in:
parent
1df21e88bd
commit
0118981e0a
8 changed files with 235 additions and 284 deletions
|
|
@ -12,7 +12,7 @@ import DataLiteCore
|
|||
init() throws {
|
||||
let connection = try Connection(location: .inMemory, options: .readwrite)
|
||||
self.connection = connection
|
||||
self.migrationService = .init(service: .init(connection: connection), storage: .init())
|
||||
self.migrationService = .init(service: try .init(connection: connection), storage: .init())
|
||||
}
|
||||
|
||||
@Test func addMigration() throws {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue