Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sequelize-migrate

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelize-migrate - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

14

package.json
{
"name": "sequelize-migrate",
"version": "1.0.2",
"version": "1.0.3",
"description": "Sequelize Migration Tool",

@@ -10,4 +10,3 @@ "main": "index.js",

"scripts": {
"test": "node ./tests",
"prepush": "jshint . && npm test"
"test": "echo \"Error: no test specified\" && exit 1"
},

@@ -30,3 +29,10 @@ "repository": {

"umzug": "^1.6.0"
}
},
"keywords": [
"sequelize",
"migration",
"migrate",
"database",
"mysql"
]
}

@@ -6,8 +6,11 @@ # sequelize-migrate

- Command line
``` javascript
cd my-cool-project/migrations && sequelize-migrate -u
cd my-cool-project/migrations && sequelize-migrate -c my-cool-new-migration
```
cd my-cool-project/migrations && ./migrate -u
cd my-cool-project/migrations && ./migrate -c my-cool-new-migration
```
- Programatically
```
``` javascript
var migrate = require('sequelize-migrate');

@@ -14,0 +17,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc