Skip to main content

Database migrations tool for Fastack

Project description

fastack-migrate

fastack-migrate is a database migration tool for fastack.

This is a fork of flask-migrate!

Usage

Install plugin:

pip install -U fastack-migrate

Add the plugin to your project configuration:

PLUGINS = [
    "fastack_sqlmodel",
    "fastack_migrate",
    ...
]

And initialize your project with alembic template:

fastack db init

Then check if there are any changes in app.models:

fastack db migrate

Update all changes in app.models:

fastack db upgrade

For more, please visit https://flask-migrate.readthedocs.io/en/latest/

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page