File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
FluentWalletOrders/Models/Concrete Models
FluentWalletPasses/Models/Concrete Models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public struct CreateOrdersDevice: AsyncMigration {
4444
4545extension OrdersDevice {
4646 package enum FieldKeys {
47- package static let schemaName = " devices "
47+ package static let schemaName = " orders_devices "
4848 static let pushToken = FieldKey ( stringLiteral: " push_token " )
4949 static let libraryIdentifier = FieldKey ( stringLiteral: " library_identifier " )
5050 }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public struct CreatePassesDevice: AsyncMigration {
4444
4545extension PassesDevice {
4646 package enum FieldKeys {
47- package static let schemaName = " devices "
47+ package static let schemaName = " passes_devices "
4848 static let pushToken = FieldKey ( stringLiteral: " push_token " )
4949 static let libraryIdentifier = FieldKey ( stringLiteral: " library_identifier " )
5050 }
You can’t perform that action at this time.
0 commit comments