Skip to content

Commit

Permalink
changelog: v3.0.0-3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Sep 16, 2017
1 parent c035f54 commit d87a71c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ All notable changes to this project will be documented in this file.

## Upcoming

## v3.0.0-3 - 16th, Sep 2017

### Fixed
- Error when creating nested config path [#534](https://github.com/sequelize/cli/issues/534)

### Added
- `db:create` and `db:drop` for MySQL, Postgres and MSSQL [#70](https://github.com/sequelize/cli/issues/70)

## v3.0.0-2 - 10th, Sep 2017

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Commands:
db:seed:undo Deletes data from the database
db:seed:all Run every seeder
db:seed:undo:all Deletes data from the database
db:create Create database specified by configuration
db:drop Drop database specified by configuration
init Initializes project
init:config Initializes configuration
init:migrations Initializes migrations
Expand Down

0 comments on commit d87a71c

Please sign in to comment.