sequelize-auto-migrations icon indicating copy to clipboard operation
sequelize-auto-migrations copied to clipboard

Migration generator && runner for sequelize

Results 58 sequelize-auto-migrations issues
Sort by recently updated
recently updated
newest added

# What Hello all (to anyone still actively using `sequelize-auto-migrations`). To all who have contributed PRs over the years - THANK YOU! Your PR is not in vain. Hence, we've...

Bumps [moment](https://github.com/moment/moment) from 2.23.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

There are PRs open from 2017.... Is there an actively maintained fork?

I have a ts project, which is structured like this: root/ts root/js root/node_modules I ran sequelize init inside ts because I want to have my models in there. How can...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

See : https://www.npmjs.com/advisories/1018

I have a model generated by Sequelize with the following information: ```'use strict'; module.exports = (sequelize, DataTypes) => { const user = sequelize.define('test', { firstName: DataTypes.STRING, lastName: DataTypes.STRING, email: DataTypes.STRING,...

If I add explicitly the primary index I get an error of wrong name. Example: `{ fn: "addIndex", params: [ "admins", [{ "name": "id" }], { "indexName": "PRIMARY", "name": "PRIMARY",...