0.0.4 • Published 3 years ago

strapi-plugin-database-migration v0.0.4

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

Strapi plugin database-migration

This strapi plugin allow to execute database migrations, using node-migrate, just replace migrate by strapi-migrate

If you want to store migrations in database, you can define --store option, and use the lib/strapi-database-store in the package. Example:

//package.json
// ...
"scripts": {
    // ...
    "strapi-migrate-down": "strapi-migrate-down --store strapi-plugin-database-migration/lib/strapi-database-store",
    "strapi-migrate-list": "strapi-migrate-list --store strapi-plugin-database-migration/lib/strapi-database-store",
    "strapi-migrate-up": "strapi-migrate-up --store strapi-plugin-database-migration/lib/strapi-database-store"
}
// ...
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago