Compare commits

..

2 Commits

Author SHA1 Message Date
78047d5c04 refactor(frontend): update to final version with skin loading
Some checks failed
continuous-integration/drone/push Build is failing
2025-06-17 14:49:54 +03:00
22638d63b3 feat(servers): implement saervers monitoring 2025-06-17 14:01:09 +03:00
3 changed files with 3 additions and 2 deletions

Submodule backend updated: 0e2e02622d...42f2b68848

View File

@@ -61,6 +61,7 @@ CREATE TABLE game_servers (
version_name VARCHAR(100),
ping_backend_server INTEGER -- Пинг от бэкенда до игрового сервера в мс
);
INSERT INTO game_servers (name, address) VALUES ('Vanilla', 'vanilla.mc.mrixs.me');
-- Таблица модпаков (сборок)
CREATE TABLE modpacks (