0 is out of stock and nothing is available from now on
This commit is contained in:
@@ -41,6 +41,7 @@ mod m20260621_000003_discount_profiles;
|
||||
mod m20260621_000004_add_business_sale_price_to_products;
|
||||
mod m20260622_000001_audience_discount_profiles;
|
||||
mod m20260622_000002_product_variants;
|
||||
mod m20260622_000003_variant_stock_nullable;
|
||||
pub struct Migrator;
|
||||
|
||||
#[async_trait::async_trait]
|
||||
@@ -86,6 +87,7 @@ impl MigratorTrait for Migrator {
|
||||
Box::new(m20260621_000004_add_business_sale_price_to_products::Migration),
|
||||
Box::new(m20260622_000001_audience_discount_profiles::Migration),
|
||||
Box::new(m20260622_000002_product_variants::Migration),
|
||||
Box::new(m20260622_000003_variant_stock_nullable::Migration),
|
||||
// inject-above (do not remove this comment)
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user