- #23 - Added MongoDB support (Thanks AngelMunoz)
- Added wishlist to README
- PR#29, #28 - Adding support for
multipleStatements
in connection settings.
- PR#26 - Changed
sails.lift
tosails.load
to avoid invalid port errors with newer versions of Sails.
- Fixed changelog
- Improved error handling when
./config/migrations.js
is missing - #21 - Added badges
- Removed unused dev dependency
- #19 - Updated peer dependencies
- sails to 0.12.x (including rc3 or better)
- db-migrate to 0.10.x (including beta.4 or better)
- Add
LOG_LEVEL
environment variable to increase Sails debug logging.
- Set version to 1.0.0, because semver.
- PR#17 - Added
--table
option. And addedcoffeeFile
,migrationsDir
andtable
config options.
- PR#15 - Expose
sql-file
andcoffee-file
options
- PR#14 - Add
--migrations-dir
option
- Added this changelog.
- #13 - Updated peer dependencies
- db-migrate 0.7.0 to 0.9.x
- sails 0.10.4 to 0.11.x
- PR#11 - Add SSL support for PostgreSQL.
- PR#12 - Update db-migrate to 0.8.0.
- PR#9 - Add support for a url filed in the connection config.
- PR#7 - Pass 'migrating: true' to the sails config, so sails bootstrap code can know that we're not really trying to lift sails.
- PR#6 - Disable passing debug into the child process. This fixes issues running an app under a debugger.
- PR#3 - Ass support for env option.
- Fix issue running migrations on Windows.
- Fix issue with special characters in passwords.
- Extract
sailsDbMigrate()
function, to allow migrations to be run outside of grunt.
- Initial release.