schon/core/migrations
2025-09-22 14:11:15 +03:00
..
0001_initial.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0002_initial.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0003_alter_attribute_name_alter_attribute_name_ar_ar_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0004_alter_product_name_alter_product_name_ar_ar_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0005_remove_brand_category_brand_categories.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0006_alter_order_status.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0007_alter_category_image.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0008_digitalassetdownload.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0009_documentary.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0010_product_partnumber.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0011_brand_big_logo_brand_description_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0012_alter_order_user.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0013_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0014_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0015_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0016_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0017_order_human_readable_id.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0018_alter_order_human_readable_id.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0019_address.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0020_order_billing_address_order_shipping_address.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0021_rename_name_ar_ar_attribute_name_ar_ar_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0022_category_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0023_address_address_line.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0024_categorytag_category_tags.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0025_alter_product_category.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0026_brand_slug_alter_category_slug_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0027_brand_priority_alter_brand_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0028_alter_category_slug_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0029_alter_category_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0030_alter_category_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0031_alter_product_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0032_alter_brand_slug_alter_category_slug_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0033_alter_category_slug.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0034_category_priority_alter_brand_priority.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0035_alter_brand_slug_alter_category_slug_and_more.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
0036_vendor_b2b_auth_token_vendor_users.py Features: 1) Add support for multiple database backup types (SFTP, FTP) with dynamic configuration; 2025-08-05 20:40:27 +03:00
0037_product_sku.py Features: 1) Add sku field to Product model with improvements, including unique constraint and default generation; 2) Implement migration to backfill SKUs for existing products. 2025-09-01 20:50:48 +03:00
0038_backfill_product_sku.py Features: 1) Update SKU backfill migration to process in batches of 10,000; 2) Add bulk update for improved performance; 3) Refactor SKU generation logic to remove reliance on Product model; 2025-09-02 09:52:21 +03:00
0039_alter_product_sku.py Features: 1) Add sku field to multiple serializers and GraphQL object types for better product identification; 2025-09-01 20:52:42 +03:00
0040_customerrelationshipmanagementprovider_ordercrmlink.py Features: 1) Add readonly_fields for uuid, modified, and created in CustomerRelationshipManagementProvider; 2) Add additional readonly_fields for OrderCrmLink; 2025-09-07 01:30:03 +03:00
0041_alter_customerrelationshipmanagementprovider_options.py Features: 1) Add readonly_fields for uuid, modified, and created in CustomerRelationshipManagementProvider; 2) Add additional readonly_fields for OrderCrmLink; 2025-09-07 01:30:03 +03:00
0042_attribute_name_fa_ir_attribute_name_he_il_and_more.py Features: 1) Added new language options to User model's language field in vibes_auth; 2) Introduced localized title and content fields to Post model in blog; 3) Implemented multilingual support for various fields in Attribute, AttributeGroup, AttributeValue, Brand, Category, CategoryTag, and Product models in core; 2025-09-19 17:02:11 +03:00
0043_attribute_is_filterable_and_more.py Features: 1) Add is_filterable field to Attribute model with migration; 2) Extend admin panel to include is_filterable in general_fields; 3) Update serializers to respect is_filterable for attribute querying; 4) Ensure object types enforce is_filterable in attribute filtering; 2025-09-22 14:11:15 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00