diff --git a/database/database.sql b/database/database.sql index 18830c997..06c6b70ef 100644 --- a/database/database.sql +++ b/database/database.sql @@ -593,7 +593,7 @@ CREATE TABLE `ospos_stock_locations` ( -- Dumping data for table `ospos_stock_locations` -- -INSERT INTO `ospos_stock_locations` ( `deleted` ) VALUES ('0'); +INSERT INTO `ospos_stock_locations` ( `deleted`, `location_name` ) VALUES ('0', 'stock'); -- --------------------------------------------------------