2.0.0 • Published 7 years ago

strapi-generate-migrations v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

strapi-generate-migrations

npm version npm downloads npm dependencies Build status Slack status

This Strapi generator generates migration files for a Strapi application.

Creating new migration files can be achieved by running:

$ strapi migrate:make <connectionName> <migrationName>

Once you have finished writing the migrations, you can update the database by running:

$ strapi migrate:run <connectionName>

Resources

Links