@nyffels/mynodeorm
Advanced tools
Comparing version 1.0.0-alpha132 to 1.0.0-alpha133
@@ -467,3 +467,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
var _a, _b, _c; | ||
const migrationLocation = path.join(process.cwd(), migrationLocationPath, "migrations"); | ||
const migrationLocation = path.join(__dirname, migrationLocationPath, "migrations"); | ||
if (!fs.existsSync(migrationLocation)) { | ||
@@ -470,0 +470,0 @@ throw new Error("X Migration location does not exists. Can not execute migration!"); |
{ | ||
"name": "@nyffels/mynodeorm", | ||
"version": "1.0.0-alpha132", | ||
"version": "1.0.0-alpha133", | ||
"description": "A full-fledged ORM framework for NodeJS and MySQL with develop friendly code aimed to handle database migrations, MySQL Query builder / helper and property mapping.", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is not supported yet
198056