Fix 3.1.1 to 3.2.0 SQL upgrade script error

This commit is contained in:
FrancescoUK
2017-09-17 16:10:40 +01:00
parent 39dbd9af52
commit 5c375636a2
2 changed files with 4 additions and 5 deletions

View File

@@ -92,5 +92,5 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
-- Modify items table to allow duplicate barcodes
ALTER TABLE `ospos_items`
DROP INDEX item_number,
ADD KEY (item_number);
DROP INDEX `item_number`,
ADD KEY `item_number` (item_number);

View File

@@ -13,11 +13,10 @@
"public_download_numbers": true,
"public_stats": true
},
"version": {
"version": {
"name": "3.2.0"
},
"files":
[
"files": [
{"includePattern": "dist(.*)\\.(zip)", "uploadPattern": "$1.$2"}
],
"matrixParams": {