diff --git a/.swiftpm/xcode/package.xcworkspace/xcuserdata/michielcarman.xcuserdatad/UserInterfaceState.xcuserstate b/.swiftpm/xcode/package.xcworkspace/xcuserdata/michielcarman.xcuserdatad/UserInterfaceState.xcuserstate index f5ed618..193f91f 100644 Binary files a/.swiftpm/xcode/package.xcworkspace/xcuserdata/michielcarman.xcuserdatad/UserInterfaceState.xcuserstate and b/.swiftpm/xcode/package.xcworkspace/xcuserdata/michielcarman.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Sources/App/Migrations/CreateFuelEntry.swift b/Sources/App/Migrations/CreateFuelEntry.swift index 99a6215..2a96be7 100755 --- a/Sources/App/Migrations/CreateFuelEntry.swift +++ b/Sources/App/Migrations/CreateFuelEntry.swift @@ -34,7 +34,7 @@ struct CreateFuelEntry: AsyncMigration { struct AddLatitudeAndLongitudeAndRemoveGpsLocationAndImage: AsyncMigration { func prepare(on database: Database) async throws { - try await database.schema("fuel-entries") + try await database.schema("fuel_entries") .field("latitude", .double) .field("longitude", .double) .deleteField("gps_location")