Fixes
Some checks failed
Gitea Actions / Run-Tests-On-Arm64 (push) Failing after 4m55s
Gitea Actions / Run-Tests-On-Amd64 (push) Failing after 11m26s

This commit is contained in:
Thomas Peterson 2025-03-04 21:25:42 +01:00
parent 99eacebe7e
commit d4cb7d4767
2 changed files with 2 additions and 0 deletions

View File

@ -1489,6 +1489,7 @@ CREATE TABLE `credit_system` (
`shipping` int(1) DEFAULT 1, `shipping` int(1) DEFAULT 1,
`zeroShipping` int(1) DEFAULT 1, `zeroShipping` int(1) DEFAULT 1,
`zeroPayment` int(1) DEFAULT 1, `zeroPayment` int(1) DEFAULT 1,
`min_basket_value` float DEFAULT 0,
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */; /*!40101 SET character_set_client = @saved_cs_client */;

View File

@ -1118,6 +1118,7 @@ CREATE TABLE `credit_system` (
`shipping` int(1) DEFAULT 1, `shipping` int(1) DEFAULT 1,
`zeroShipping` int(1) DEFAULT 1, `zeroShipping` int(1) DEFAULT 1,
`zeroPayment` int(1) DEFAULT 1, `zeroPayment` int(1) DEFAULT 1,
`min_basket_value` float DEFAULT 0,
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */; /*!40101 SET character_set_client = @saved_cs_client */;