You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `inventory_stock_1` AS SELECT
1 AS `product_id`,
1 AS `website_id`,
1 AS `stock_id`,
1 AS `quantity`,
1 AS `is_salable`,
1 AS `sku`*/;
SET character_set_client = @saved_cs_client;
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: