Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix twitch_rank column not being included in SQL schema #3431

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

Absolucy
Copy link
Member

@Absolucy Absolucy commented Sep 16, 2024

About The Pull Request

This adds the twitch_rank column to the /tg/ schema

The actual official server has several SQL columns/tables that weren't properly added to the repo, this is just one column.

The other tables that aren't in the schema are the following:

  • metric_data
  • subsystem_metrics
  • subsystem_extra_metrics
  • overwatch_whitelist
  • overwatch_asn_ban

However, I'd prefer @dwasint add the actual schema (which he prolly knows or can just get from the server), rather than me guessing the schema from the DM code.

Migration (not needed for official server, obviously):

ALTER TABLE `player`
	ADD COLUMN `twitch_rank` VARCHAR(32) NOT NULL DEFAULT '' AFTER `metacoins`;

Changelog

no player-facing or even server changes at all

@Absolucy Absolucy merged commit ac4d3bf into Monkestation:master Sep 20, 2024
25 checks passed
@Absolucy Absolucy deleted the fix-local-db-errors branch September 20, 2024 00:34
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