mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-23 08:21:37 -04:00
Add item_number to item kits module
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `ospos_item_kits`
|
||||
ADD COLUMN `item_kit_number` VARCHAR(255) DEFAULT NULL AFTER `item_kit_id`,
|
||||
ADD KEY `item_kit_number` (`item_kit_number`);
|
||||
Reference in New Issue
Block a user