@@ -1,3 +1,7 @@
from alembic.env import run_migrations_offline
a = [
(1, [1, 4, 5, ]),
(2, [1, 2, 3, 4, 5, ]),
]
run_migrations_offline()
updates_list = sorted(a, key=lambda x: x[1], reverse=True)
print(updates_list)
The note is not visible to the blocked user.