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

Commit 4717f7c

Browse files
authored
Merge pull request #1 from matmar10/move-repo-unmaintained
Move repo unmaintained
2 parents 0c3b385 + 537f73d commit 4717f7c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

lib/migrate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const reverseSequelizeColType = function(col, prefix = 'Sequelize.')
4444
case DataTypes.REAL.key:
4545
case DataTypes.DOUBLE.key:
4646
case DataTypes.DECIMAL.key:
47+
case DataTypes.JSON.key:
4748
case DataTypes.INTEGER.key: {
4849
let ret = attrName;
4950
if (options.length)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "sequelize-auto-migrations",
2+
"name": "sequelize-lazy-migrations",
33
"version": "1.0.3",
4-
"description": "Sequelize migrations generator && runner",
4+
"description": "Sequelize migrations generator & runner",
55
"main": "index.js",
66
"private": false,
77
"bin": {
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/flexxnn/sequelize-auto-migrations.git"
16+
"url": "git+https://github.com/matmar10/sequelize-lazy-migrations.git"
1717
},
1818
"keywords": [
1919
"sequelize",
@@ -26,9 +26,9 @@
2626
"author": "Michael Maslov",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/flexxnn/sequelize-auto-migrations/issues"
29+
"url": "https://github.com/matmar10/sequelize-lazy-migrations/issues"
3030
},
31-
"homepage": "https://github.com/flexxnn/sequelize-auto-migrations#readme",
31+
"homepage": "https://github.com/matmar10/sequelize-lazy-migrations#readme",
3232
"dependencies": {
3333
"async": "^2.5.1",
3434
"command-line-args": "^5.0.2",

0 commit comments

Comments
 (0)