Explorar el Código

disable knex migration looking for previous migrations

Pouria Ezzati hace 1 año
padre
commit
9d9f57abae
Se han modificado 1 ficheros con 2 adiciones y 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,
     }
   }
 };