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

Modify the tables and add fields #50

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Modify the tables and add fields #50

merged 1 commit into from
Sep 24, 2024

Conversation

Quentin9922
Copy link

@Quentin9922 Quentin9922 commented Sep 20, 2024

In this submission, the original redundant table t_user_repository was deleted, and the current table t_user_star_repository was added to reflect the collection relationship.

And now two fields are added to the repository table, https_url for the link under the https protocol and ssh_url for the link under the ssh protocol.

See #46 and #48.

Copy link
Contributor

@Kaiser-Yang Kaiser-Yang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

按照群内要求修改:

  • http_url -> https_url
  • 添加主键依赖
  • 截图截完整
  • 重新计算链接长度并给出计算依据

In this submission, the original redundant table `t_user_repository`
was deleted, and the current table `t_user_star_repository` was added
to reflect the collection relationship.

And now two fields are added to the repository table, `https_url` for the
link under the https protocol and `ssh_url` for the link under the ssh
protocol.

See #46 and #48.
@ajiankexx ajiankexx merged commit 38ef416 into develop Sep 24, 2024
1 check passed
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.

3 participants