ent icon indicating copy to clipboard operation
ent copied to clipboard

add documentation about downgrading ambiguous walk

Open lolopinto opened this issue 1 year ago • 1 comments

should actually fix the issue if possible ala https://github.com/lolopinto/ent/issues/915 but adding documentation to https://ent.dev/docs/advanced-topics/cli#downgrade helpful

lolopinto avatar Sep 05 '23 23:09 lolopinto

steps after error

  1. docker-compose -f docker-compose.dev.yml run --rm app tsent alembic heads to see dependencies
 description
    
    Revision ID: {rev1}
    Revises: {prev1}, {prev2}
    Create Date: {date}
  1. docker-compose -f docker-compose.dev.yml run --rm app tsent downgrade rev1@rev2 to downgrade

lolopinto avatar Sep 05 '23 23:09 lolopinto