@nyffels/mynodeorm
Advanced tools
Comparing version 1.0.0-alpha72 to 1.0.0-alpha73
@@ -75,3 +75,3 @@ #! /usr/bin/env node | ||
} | ||
if (args.includes("--migration")) { | ||
else if (args.includes("--migration")) { | ||
if (!args.some(e => /^--name=*./.test(e))) { | ||
@@ -100,2 +100,5 @@ throw Error("Name is required for a migration. Use '--name={{name}}' to declare a name of this migration."); | ||
} | ||
else { | ||
console.log("No valid action found!"); | ||
} | ||
function getDateFormat() { | ||
@@ -102,0 +105,0 @@ const date = new Date(); |
{ | ||
"name": "@nyffels/mynodeorm", | ||
"version": "1.0.0-alpha72", | ||
"version": "1.0.0-alpha73", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115554
1613