diff --git a/Sources/App/configure.swift b/Sources/App/configure.swift index ab3ea33..d6498ba 100644 --- a/Sources/App/configure.swift +++ b/Sources/App/configure.swift @@ -149,7 +149,6 @@ public func configure(_ app: Application) async throws { app.migrations.add(mdlContactInfo.Mod1()) app.migrations.add(mdlProduct.Mod1()) app.migrations.add(mdlEquipment.Mod1()) - app.migrations.add(mdlWorkOrder.Mod1()) app.migrations.add(mdlItem.Mod1()) app.migrations.add(mdlItemResponseType.Mod1()) app.migrations.add(mdlInspection.Mod1())