schon/core/migrations
Egor fureunoir Gorbunov 351b4eda00 Features: 1) Add migration to remove existing billing and shipping address columns and re-add them pointing to core.Address;
Fixes: 1) Correct on_delete parameter reference from django.db.models.deletion to models.deletion;

Extra: 1) Cleanup migration file header and remove unnecessary import; 2) Add comments for better clarity on SQL operations.
2025-05-20 08:14:00 +03:00
..
0001_initial.py Features: 1) None; 2025-05-20 08:00:44 +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 Update API version to 2.6.0 and reformat migration files 2025-05-06 19:19:49 +03:00
0008_digitalassetdownload.py Update API version to 2.6.0 and reformat migration files 2025-05-06 19:19:49 +03:00
0009_documentary.py Update API version to 2.6.0 and reformat migration files 2025-05-06 19:19:49 +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 Update API version to 2.6.0 and reformat migration files 2025-05-06 19:19:49 +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 Update API version to 2.6.0 and reformat migration files 2025-05-06 19:19:49 +03:00
0018_alter_order_human_readable_id.py Update API version to 2.6.0 and reformat migration files 2025-05-06 19:19:49 +03:00
0019_address.py Features: 1) None; 2025-05-20 08:00:44 +03:00
0020_order_billing_address_order_shipping_address.py Features: 1) Add migration to remove existing billing and shipping address columns and re-add them pointing to core.Address; 2025-05-20 08:14:00 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00