diff --git a/database/3.1.1_to_3.2.0.sql b/database/3.1.1_to_3.2.0.sql index 524fe2f23..28e0c30a2 100644 --- a/database/3.1.1_to_3.2.0.sql +++ b/database/3.1.1_to_3.2.0.sql @@ -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); diff --git a/deployment.json b/deployment.json index 427790c03..36b6eb777 100644 --- a/deployment.json +++ b/deployment.json @@ -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": {