nautobot-app-circuit-maintenance icon indicating copy to clipboard operation
nautobot-app-circuit-maintenance copied to clipboard

Multiple migrations not reversible

Open whitej6 opened this issue 3 months ago • 0 comments

Environment

  • Python version: 3.11
  • Nautobot version: 2.1.X
  • nautobot-circuit-maintenance version:

Expected Behavior

Observed Behavior

Following migrations throw unable to reverse exceptions

  • 0013 (can be noop)
  • 0010 (can be noop)
  • 0008 (can be noop)
  • 0004 (can be noop)
  • 0003 (can be noop)

Other non-reversable migrations not-related to reverse_code

  • 0009 (needs documented steps to delete all data first otherwise not reversable)

Steps to Reproduce

  1. nautobot-server migrate nautobot_circuit_maintenance zero

whitej6 avatar Mar 13 '24 17:03 whitej6