Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
概要
#7906 の対応で
experiences
カラムを追加したことにより、experience
カラムが不要となったため、その削除を行なった。変更確認方法
画面の変更などはありませんので、#7970 の動作確認と同様の確認を行って、不具合が発生しないことを確認していただきたいです。
chore/remove-experience-column-from-user
をローカルに取り込むbin/rails db:reset
を実行foreman start -f Procfile.dev
でサーバーを立ち上げるhajime
(現役生・研修生なら誰でもOK)でログイン(
hajime
であれば「未経験」なのでチェックが入ってない状態で正しいです)komagata
(メンターor管理者なら誰でもOK)でログイン※このブランチで
bin/rails db:reset
を実行した後、mainブランチへ戻り他の作業をする(元のデータベースに戻す)には以下を実行してください。(migrateの履歴等を元に戻すためです)
bin/rails db:rollback
を実行schema.rb
が変更されてしまうので、それを戻す(git restore db/schema.rb
)git checkout main
でmainブランチへbin/rails db:reset
を実行