larvitdbmigration
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -6,4 +6,3 @@ 'use strict'; | ||
fs = require('fs'), | ||
db = require('larvitdb'), | ||
_ = require('lodash'); | ||
db = require('larvitdb'); | ||
@@ -13,6 +12,4 @@ exports = module.exports = function(options) { | ||
_.assign({ | ||
'tableName': 'db_version', | ||
'migrationScriptsPath': './dbmigration' | ||
}, options); | ||
if (options.tableName === undefined) options.tableName = 'db_version'; | ||
if (options.migrationScriptsPath === undefined) options.migrationScriptsPath = './dbmigration'; | ||
@@ -19,0 +16,0 @@ log.verbose('larvitdbmigration: Started with options: ' + JSON.stringify(options)); |
@@ -33,3 +33,3 @@ { | ||
}, | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"readmeFilename": "README.md", | ||
@@ -36,0 +36,0 @@ "scripts": {}, |
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
7162
132