Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "east-mysql", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "MySQL adapter for \"east\" (node.js database migration tool)", | ||
@@ -28,3 +28,3 @@ "main": "./lib/adapter", | ||
"async": "~0.9.0", | ||
"mysql": "2.0.0", | ||
"mysql": ">=2.0.0", | ||
"pg-connection-string": "~0.1.3" | ||
@@ -31,0 +31,0 @@ }, |
@@ -84,3 +84,11 @@ # east mysql | ||
east rollback | ||
## Creating the database | ||
if the database doesn't exist when first migration is created, add the following to the JSON in your `.eastrc` file | ||
"createDbOnConnect": true | ||
This will automatically create the database if it doesn't exist | ||
## Running tests | ||
@@ -87,0 +95,0 @@ |
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
9644
100
+ Addedbignumber.js@9.0.0(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedmysql@2.18.1(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.7(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsqlstring@2.3.1(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedbignumber.js@1.0.1(transitive)
- Removedisarray@0.0.1(transitive)
- Removedmysql@2.0.0(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedrequire-all@0.0.3(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updatedmysql@>=2.0.0