@nyffels/mynodeorm
Advanced tools
Comparing version 1.0.0-alpha124 to 1.0.0-alpha125
@@ -318,3 +318,3 @@ #! /usr/bin/env node | ||
if (dropColumnScript) { | ||
lines.concat(dropColumnScript); | ||
lines = lines.concat(dropColumnScript); | ||
} | ||
@@ -321,0 +321,0 @@ if (modifyColumnScript.length > 0) { |
@@ -360,3 +360,3 @@ import path from "node:path"; | ||
if (dropColumnScript) { | ||
lines.concat(dropColumnScript); | ||
lines = lines.concat(dropColumnScript); | ||
} | ||
@@ -363,0 +363,0 @@ if (modifyColumnScript.length > 0) { |
{ | ||
"name": "@nyffels/mynodeorm", | ||
"version": "1.0.0-alpha124", | ||
"version": "1.0.0-alpha125", | ||
"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
Sorry, the diff of this file is not supported yet
189831