mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-14 03:50:33 -04:00
Fix 3.1.1 to 3.2.0 SQL upgrade script error
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user