Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 1a4bf79

Browse files
committed
rename repo
1 parent 537f73d commit 1a4bf79

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# sequelize-auto-migrations
2-
Migration generator && runner for sequelize
1+
# sequelize-lazy-migrations
2+
3+
Migration generator & runner for sequelize
34

45
This package provide two tools:
56
* `makemigration` - tool for create new migrations
67
* `runmigration` - tool for apply created by first tool migrations
78

89
## Install
9-
`npm install sequelize-auto-migrations`
10+
`npm install sequelize-lazy-migrations`
1011

1112
## Usage
1213
* Init sequelize, with sequelize-cli, using `sequelize init`
@@ -37,6 +38,8 @@ To create and then execute migration, use:
3738
For more information, use `makemigration --help`, `runmigration --help`
3839

3940
## TODO:
41+
42+
* Unit tests
4043
* Migration action sorting procedure need some fixes. When many foreign keys in tables, there is a bug with action order. Now, please check it manually (`--preview` option)
4144
* Need to check (and maybe fix) field types: `BLOB`, `RANGE`, `ARRAY`, `GEOMETRY`, `GEOGRAPHY`
4245
* Downgrade is not supported, add it

0 commit comments

Comments
 (0)