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

Add Rank to Friend Link #731 #768

Merged
merged 4 commits into from
Dec 18, 2023
Merged

Add Rank to Friend Link #731 #768

merged 4 commits into from
Dec 18, 2023

Conversation

EdiWang
Copy link
Owner

@EdiWang EdiWang commented Dec 18, 2023

ALTER TABLE FriendLink ADD [Rank] INT
GO

UPDATE FriendLink SET [Rank] = 0
GO

ALTER TABLE FriendLink ALTER COLUMN [Rank] INT NOT NULL
GO

@EdiWang EdiWang added area-settings db-schema-change need include SQL script in release note labels Dec 18, 2023
@EdiWang EdiWang self-assigned this Dec 18, 2023
@EdiWang EdiWang merged commit 28be744 into master Dec 18, 2023
2 checks passed
@EdiWang EdiWang deleted the feature/friendlink-rank branch December 18, 2023 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-settings db-schema-change need include SQL script in release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant