Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in alembic

Set the different value of column when upgrading table with alembic

Alembic autogenerate empty migration file

Do "alembic current" and "alembic history" search different paths?

python alembic

Alembic version table in a separate schemas

python-3.x alembic

I can't create field of Enum type: sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedObject) type "companytype" does not exist

Is there a python-alembic way to convert data between dropping and adding a column?

How do I set up Alembic for a SQLite database attached as a schema?

Alembic migrations when some tables exists

Create partial index with SqlAlchemy and Alembic

python sqlalchemy alembic

Auto generate migrations alembic + SQLAlchemy imperative declaration

Alembic keeps creating empty migration files even tho there are no changes

I would like drop a constraint if it exists. Is this possible with alembic?

python postgresql alembic

Airflow - alembic.util.exc.CommandError: Can't locate revision identified by 'a13f7613ad25'

python airflow alembic

Tables are detected when running migration, but aren't created in database