This line needs to go into 2.3_migrate_locations.sql

-- ALTER TABLE ospos_items DROP COLUMN location;
This commit is contained in:
objecttothis
2017-08-25 16:59:21 +04:00
committed by GitHub
parent a40ccfd232
commit e4e106d6bc

View File

@@ -28,8 +28,6 @@ ALTER TABLE `ospos_inventory`
ADD KEY `trans_location` (`trans_location`),
ADD CONSTRAINT `ospos_inventory_ibfk_3` FOREIGN KEY (`trans_location`) REFERENCES `ospos_stock_locations` (`location_id`);
-- ALTER TABLE ospos_items DROP COLUMN location;
ALTER TABLE `ospos_receivings_items`
ADD COLUMN item_location int(11);