english version and minio console access

This commit is contained in:
Georgiy Syralev
2025-12-13 12:53:28 +03:00
parent 753696cc93
commit b799f278a4
47 changed files with 4386 additions and 1264 deletions

View File

@@ -0,0 +1,4 @@
-- Insert promo code 'START' for 99 RUB, single-use
INSERT INTO promo_code (code, amount, used, created_at, updated_at)
VALUES ('START', 99, false, NOW(), NOW())
ON DUPLICATE KEY UPDATE code = code;