Skip to content

feat(match-history): expose executable and INI CRCs - #32

Open
tintinhamans wants to merge 1 commit into
GeneralsOnlineDevelopmentTeam:mainfrom
tintinhamans:feature/match-history-crc
Open

feat(match-history): expose executable and INI CRCs#32
tintinhamans wants to merge 1 commit into
GeneralsOnlineDevelopmentTeam:mainfrom
tintinhamans:feature/match-history-crc

Conversation

@tintinhamans

Copy link
Copy Markdown
Contributor

Add executable and INI CRC values to persisted match history and API responses.


  • Store lobby exe_crc and ini_crc values when creating match-history entries
  • Map both values as unsigned database columns
  • Include both CRCs in all match-history response paths
  • Update the baseline database schema with default values for existing records

Existing databases require the following schema update before deploying the service:

ALTER TABLE `match_history`
  ADD COLUMN `exe_crc` INT UNSIGNED NOT NULL DEFAULT 0,
  ADD COLUMN `ini_crc` INT UNSIGNED NOT NULL DEFAULT 0;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant