Explorar o código

disable knex migration looking for previous migrations

Pouria Ezzati hai 1 ano
pai
achega
9d9f57abae
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      knexfile.js

+ 2 - 1
knexfile.js

@@ -13,7 +13,8 @@ module.exports = {
     },
     migrations: {
       tableName: "knex_migrations",
-      directory: "server/migrations"
+      directory: "server/migrations",
+      disableMigrationsListValidation: true,
     }
   }
 };