From 2cb322f88f347ba71d6f46ea1f2fe6e6979d0924 Mon Sep 17 00:00:00 2001 From: jekkos-t520 Date: Sun, 17 Aug 2014 01:45:36 +0200 Subject: [PATCH] Default stock name is the same as in update script --- database/database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- --------------------------------------------------------