mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-25 10:49:11 +00:00
- NioTSO client isn't needed because we're using RayLib - Added FreeSO's API server to handle most backend operations
3 lines
105 B
SQL
Executable file
3 lines
105 B
SQL
Executable file
ALTER TABLE `fso_lot_admit`
|
|
DROP PRIMARY KEY,
|
|
ADD PRIMARY KEY (`avatar_id`, `lot_id`, `admit_type`);
|