-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where…
-
After DB setup using [database-setup](https://github.com/timelesslounge/timelessis#database-setup) README.md section, I've tried to apply migrations with `python manage.py db migrate` but got
```
…
-
# Flask-Migrate
Flask-Migrate is a Flask extension that provides support for database migrations in Flask applications. It integrates the Alembic migration framework with Flask, allowing developers…
-
### Feature scope
CLI (options, error messages, logging, etc.)
### Description
When you upgrade Meltano, find that something doesn't work as expected, don't have time to fix it, and want to r…
-
**Describe the bug**
From https://alembic.sqlalchemy.org/en/latest/cookbook.html#sharing-a-connection-with-a-series-of-migration-commands-and-environments there is this snippet:
```
def run_migra…
-
I got an error after running this command;
(grybot)$ gryphon-exec run-migrations --database trading --execute
Python2 is correctly installed all other modules.
--||--
(grybot)$ gryphon-exec run-…
-
Hello
I'm using the following version script for upgrade:
```
op.create_table('feature_class',
sa.Column('id', sa.Integer(), nullable=False),
sa.Column('name', sa.String(len…
-
Two issues with alembic that shouldn't apply to the main database, but have affected test databases:
-------
**The initial create migration does not run correctly**
- The initialization scrip…
-
On my production server, history works well for new small projects. But for old projects I get "Internal Server Error" when I go on the history page.
I didn't succeed in reproducing the bug on a smal…
-
Flask doesn't support migrations natively, but there's a library called [Alembic](https://alembic.sqlalchemy.org/en/latest/) that builds on SQLAlchemy to support them. It may not be worth the effort. …