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

[DB]: アプリ連携設定のDBスキーマ変更 #280

Open
R1013-T opened this issue Sep 25, 2024 · 1 comment · Fixed by #282
Open

[DB]: アプリ連携設定のDBスキーマ変更 #280

R1013-T opened this issue Sep 25, 2024 · 1 comment · Fixed by #282

Comments

@R1013-T
Copy link
Contributor

R1013-T commented Sep 25, 2024

関連

#276

アプリ連携設定のDBスキーマ変更

現状

  • all-in-relation
  • discord_settings
  • slack_settings

理想

  • discord_settings
    • ➕ member_id
    • discord_settings : users = 1 : 1
  • slack_settings
    • ➕ member_id
    • ➕ team_name
    • slack_settings : users = n : 1

このissueのPRは #281 のブランチにマージする

@R1013-T
Copy link
Contributor Author

R1013-T commented Sep 26, 2024

  • discord_settingsmember_idを追加
  • slack_settingsmember_idを追加
  • all-in-relationを削除
  • discord_settingsからaccess_tokenrefresh_tokenの削除

削除系は他でエラーになりそうだから、最後に行う。

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

Successfully merging a pull request may close this issue.

1 participant