mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-05-01 19:12:57 +02:00
6 lines
296 B
Python
6 lines
296 B
Python
# Updated automatically when a new migration is added. Migration tests that
|
|
# run ``run_migrations`` to completion assert ``get_version == LATEST`` and
|
|
# ``applied == LATEST - starting_version`` so only this constant needs to
|
|
# change, not every individual assertion.
|
|
LATEST_SCHEMA_VERSION = 56
|