schon/core/migrations
Egor fureunoir Gorbunov 4f322456e9 Fix order sorting by changing ordering field to UUID
Previously, orders with duplicate `human_readable_id` were sorted by `id`, which could lead to inconsistencies. Updated the code to sort by `uuid` to ensure a more reliable and unique ordering. This prevents potential issues when resolving duplicate entries.
2025-05-06 17:18:57 +03:00
..
0001_initial.py Initial Commit 2025-04-29 22:40:30 +03:00
0002_initial.py Initial Commit 2025-04-29 22:40:30 +03:00
0003_alter_attribute_name_alter_attribute_name_ar_ar_and_more.py Initial Commit 2025-04-29 22:40:30 +03:00
0004_alter_product_name_alter_product_name_ar_ar_and_more.py Initial Commit 2025-04-29 22:40:30 +03:00
0005_remove_brand_category_brand_categories.py Initial Commit 2025-04-29 22:40:30 +03:00
0006_alter_order_status.py Initial Commit 2025-04-29 22:40:30 +03:00
0007_alter_category_image.py Initial Commit 2025-04-29 22:40:30 +03:00
0008_digitalassetdownload.py Initial Commit 2025-04-29 22:40:30 +03:00
0009_documentary.py Initial Commit 2025-04-29 22:40:30 +03:00
0010_product_partnumber.py Initial Commit 2025-04-29 22:40:30 +03:00
0011_brand_big_logo_brand_description_and_more.py Initial Commit 2025-04-29 22:40:30 +03:00
0012_alter_order_user.py Initial Commit 2025-04-29 22:40:30 +03:00
0013_product_slug.py Update Product slug field configuration in migrations 2025-04-30 16:46:58 +03:00
0014_alter_product_slug.py Alter Product slug field to allow null values 2025-04-30 16:49:54 +03:00
0015_alter_product_slug.py Update Product slug field to use simpler populate_from sources 2025-04-30 17:03:53 +03:00
0016_alter_product_slug.py Update Product slug generation to include UUID 2025-05-05 15:56:21 +03:00
0017_order_human_readable_id.py Increase max_length of human_readable_id to 8. 2025-05-06 17:06:39 +03:00
0018_alter_order_human_readable_id.py Fix order sorting by changing ordering field to UUID 2025-05-06 17:18:57 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00