✏️
rjnotes
  • Home
  • Books To Read in 2023
  • Mac & Ubuntu Commands - v2
  • DevOps Tasks
  • AWS Commands
  • AWS IAM Policies
  • Autoscaling Automation
  • Shell Commands - Unix
  • RJTools
  • Github
  • VAP
  • virtualenv
  • Alembic Commands
  • Aerospike commands
  • AWS Lambda Commands
  • AWS Glue Commands
  • AWS IAM Policies
  • Azure Commands
  • Cassandra Commands
  • Clickhouse Commands
  • Conda Commands
  • Docker Commands
  • IV Assignments
  • AWS Pricing
  • LangChain Commands
  • Python templates
  • PyLint
  • Pandas Commands
  • CICD
  • GitBook - How to publish
  • HTTPS Fix
  • Video Fix
  • Sublime
  • YT Videos
  • Template
  • GenAI Cards
  • Assignment Validator
  • Auth
  • Decision Maker Persona
  • Session Time
  • New Language Learning
  • Finnish Learning
  • Paste Image Extension
  • Director vs Head vs VP
Powered by GitBook
On this page

Was this helpful?

Alembic Commands

alembic history

alembic branches --verbose

alembic history

alembic heads --verbose

python manage.py alembic heads

alembic upgrade head

alembic merge -m "merge ae1 and 27c" ae1027 27c6a

alembic heads --verbose

alembic upgrade head

alembic current --verbose

alembic heads

alembic upgrade heads

alembic current

alembic downgrade -1

alembic current

alembic upgrade 27c6a

alembic show shoppingcart

alembic upgrade shoppingcart@head

alembic revision -m "add a shopping cart column"

alembic revision -m "add a shopping cart column"  --head shoppingcart@head

src:
https://alembic.sqlalchemy.org/en/latest/branches.html
python manage.py alembic history

e524fd6c69a6 -> 9c7886fa84c2 (head), Export Feed File Delete Casecade - 2
20b7cc9a474b -> e524fd6c69a6, Export Feed File Delete Casecade
d1b1d5c7fea9 -> 20b7cc9a474b, Adding image processor to ingestions
c13750ed667e -> d1b1d5c7fea9, Made PartnerQueue permission_group_key nullable
<base> -> 19e705a9366c, empty message
python manage.py alembic heads

9c7886fa84c2 (head)
PreviousvirtualenvNextAerospike commands

Last updated 2 years ago

Was this helpful?