Change the way stuff works with launcher endpoint

This commit is contained in:
2025-11-03 10:06:32 -07:00
parent 642aebad98
commit c2cebfd53e
4 changed files with 49 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Nov 03, 2025 at 05:02 AM
-- Generation Time: Nov 03, 2025 at 05:06 PM
-- Server version: 12.0.2-MariaDB
-- PHP Version: 8.4.14
@@ -67,7 +67,8 @@ CREATE TABLE `launcherversions` (
`executables` text NOT NULL,
`hidden` tinyint(1) NOT NULL DEFAULT 1,
`game` int(11) NOT NULL DEFAULT 0,
`place` int(11) NOT NULL DEFAULT 0
`place` int(11) NOT NULL DEFAULT 0,
`sha512sums` text NOT NULL DEFAULT '[]'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=COMPRESSED;
--