refactor(catalog): add ticket_label to item attributes and update related logic
This commit is contained in:
@@ -26,6 +26,7 @@ class CatalogSchemaTest extends TestCase
|
||||
$this->assertTrue(Schema::hasTable('item_attributes'));
|
||||
$this->assertTrue(Schema::hasColumn('item_attributes', 'sort_order'));
|
||||
$this->assertTrue(Schema::hasColumn('item_attributes', 'show_in_selector'));
|
||||
$this->assertTrue(Schema::hasColumn('item_attributes', 'ticket_label'));
|
||||
$this->assertTrue(Schema::hasTable('variant_values'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user