[BUG] Sort m2m fields before comparing them with diff(...) (#271)

* 🐛 Sort m2m fields before comparing them with `diff(...)`

* Add test case and upgrade changelog

---------

Co-authored-by: Waket Zheng <waketzheng@gmail.com>
This commit is contained in:
Mykola Solodukha
2024-12-05 11:41:58 +02:00
committed by GitHub
parent 44025823ee
commit 8cefe68c9b
5 changed files with 21 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "aerich"
version = "0.8.0"
version = "0.8.1"
description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"