feat(fixtures after): refs #8408 ticket shipped update
gitea/salix/pipeline/pr-test There was a failure building this commit Details
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Pako Natek 2025-02-26 07:47:36 +01:00
parent fbdb9a3e07
commit 05216fde12
1 changed files with 3 additions and 3 deletions

View File

@ -278,15 +278,15 @@ INSERT INTO `hedera`.`tpvConfig` (currency, terminal, transactionType, maxAmount
INSERT INTO hedera.tpvMerchantEnable (merchantFk, companyFk)
VALUES (1, 442);
UPDATE vn.ticket t
/* UPDATE vn.ticket t
JOIN vn.zone z ON z.id = t.zoneFk
SET t.shipped = DATE(t.shipped) +
INTERVAL HOUR(z.hour) HOUR +
INTERVAL MINUTE(z.hour) MINUTE;
*/
UPDATE vn.travel
SET availabled = landed
WHERE availabled IS NULL;
WHERE availabled IS NULL;
-- XXX
SET foreign_key_checks = 1;