瀏覽代碼

Removed a migration for workorder because it was running twice

main
rpm-mcarman 2 年之前
父節點
當前提交
4ad2ca63b6
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      Sources/App/configure.swift

+ 0
- 1
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())


Loading…
取消
儲存