sails-migrations icon indicating copy to clipboard operation
sails-migrations copied to clipboard

The missing, migrations, arm of the octopus

Results 13 sails-migrations issues
Sort by recently updated
recently updated
newest added

The current version checks sails version explicitly, and it only checks versions under 1.0. Here version 1.0 is added. This patch is only to solve the issue with "generate" command....

The PG module used has a "critical" security flaw in and shouldn't be depended on any more

i use commond: sails-migration generate --env production xxx , and it remains use development environment database config so i can't use this command in my production environment

This allows sails-migrations to be used within sails itself. It checks to see if sails is already loaded. If so, it does not do it again. Then it is possible...

If using url: 'postgresql://user:pw@localhost:5432/dbName?ssl=false' in connections.js There is an error when attempting to connect to the database. It is attempting to connect to 'dbName?ssl=false' instead of dbName, I believe there...

I'd like to look at an example migration file so I can see how to best use sails-migrations. Would be great if there was an example file!

A new feature that I think might be useful for sails migrations: The ability to auto-generate a migration based on a model file. It wouldn't consistently auto-generate migrations for changes,...

Heya, this is just a friendly note to let you know that a new version of Liftoff and some of the dependencies commonly used in conjunction with it have been...

Currently the migrator doesn't validate that it receives migrations without duplicate names and duplicate versions.

In attempting to migrate new changes into the production DB for the first time, it was realized that the environment information isn't handled properly. A workaround for the issue is:...