From e4e106d6bc5dc6dc2605f760d054402c7b2de784 Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Fri, 25 Aug 2017 16:59:21 +0400 Subject: [PATCH] This line needs to go into 2.3_migrate_locations.sql -- ALTER TABLE ospos_items DROP COLUMN location; --- database/2.2.2_to_2.3.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/database/2.2.2_to_2.3.sql b/database/2.2.2_to_2.3.sql index b6378a87b..42f29852b 100644 --- a/database/2.2.2_to_2.3.sql +++ b/database/2.2.2_to_2.3.sql @@ -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);