feat(servers): implement saervers monitoring

This commit is contained in:
2025-06-17 14:01:09 +03:00
parent 81c83ad5d7
commit 22638d63b3
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 (