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

schema.rb の並び順を $ rails db:migrate:reset 直後の並び順に修正 #4162

Conversation

AudioStakes
Copy link
Contributor

@AudioStakes AudioStakes commented Feb 7, 2022

目的

$ bin/setup$ rails db:migrate:reset の実行後に、schema ファイルのテーブルやカラムの並び順の diff が生じないようにすること

並び順の diff が生じる原因として考えたこと

campaigns テーブル

もともとは extended_trials というテーブル名で schema に追加されたものの、その後に テーブル名を campaigns に変更したため、テーブルの位置が並び順と異なるようになったと考えられる

42c3fc9#diff-0be067478caaa68b2a1692038616c1f33ecd6374cd9a445bf3cbbed5ca21ee16R3

users テーブルの after_graduation_hope カラム

after_graduation_hope カラムと notified_retirement カラムについて、「マイグレーションファイルを作成した日時」と「それぞれの PR がマージされた順番」が前後したことにより、カラムの位置が前後した可能性がある

やったこと

$ rails db:migrate:reset の実行直後の並び順をコミットした

動作確認手順

  1. $ git checkout chore/fix-order-of-campaign-table-and-a-column-of-user-table-in-schema
  2. $ rails db:migrate:reset
  3. schema ファイルに diff が生じていないことを確認

@AudioStakes AudioStakes marked this pull request as ready for review February 7, 2022 00:53
@AudioStakes AudioStakes requested a review from Saki-htr February 7, 2022 00:54
@AudioStakes
Copy link
Contributor Author

@Saki-htr こちら、動作確認をお願いできますでしょうか?
「動作確認手順」を実行し、schema ファイルに diff が生じないか確認してみてもらいたいですー🙏

@AudioStakes AudioStakes self-assigned this Feb 7, 2022
Copy link
Contributor

@Saki-htr Saki-htr left a comment

Choose a reason for hiding this comment

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

おまたせしてすみません🙏💦
動作確認手順の通りに実行した後に、schema.rbに差分が生まれなかったので、LGTMです〜!

@AudioStakes AudioStakes changed the title schema の並び順を $ rails db:migrate:reset 直後の並び順に修正 schema.rb の並び順を $ rails db:migrate:reset 直後の並び順に修正 Feb 8, 2022
@AudioStakes
Copy link
Contributor Author

@Saki-htr ご確認、ありがとうございますー!

@AudioStakes
Copy link
Contributor Author

@komagata
こちら、お時間のあるときにご確認お願いいたしますー🙏

@AudioStakes AudioStakes requested a review from komagata February 8, 2022 00:52
Copy link
Member

@komagata komagata left a comment

Choose a reason for hiding this comment

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

修正ありがとうございます〜!

@komagata komagata merged commit f310d17 into main Feb 8, 2022
@komagata komagata deleted the chore/fix-order-of-campaign-table-and-a-column-of-user-table-in-schema branch February 8, 2022 12:26
@github-actions github-actions bot mentioned this pull request Feb 8, 2022
54 tasks
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