primary sku photo working with janky toggle workaround but w/e lol
This commit is contained in:
@@ -79,7 +79,7 @@ class CreateProductPhotos extends BaseMigration
|
||||
'product_sku_id',
|
||||
], [
|
||||
'name' => 'PRODUCT_PHOTOS_BY_PRODUCT_SKU_ID',
|
||||
'unique' => true,
|
||||
'unique' => false,
|
||||
]);
|
||||
|
||||
$table->create();
|
||||
|
||||
Reference in New Issue
Block a user