-
Notifications
You must be signed in to change notification settings - Fork 652
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
JobテーブルがTraitでカラム追加できない #6273
Comments
現在 mtb テーブルを拡張すると、以下のように自動で schema update が実行されない問題があります。こちらが解決すれば、以下の PR を取り込みできると思います。 |
こちらの件のPRも作りました、プラグインの開発&公開などに影響範囲が大きいので、早急にマージしていただきたいと思います。 |
@beststore-tokyo ありがとうございます。この修正で自動で schema update が実行されない問題も解消されますでしょうか? |
@nanasess |
@beststore-tokyo #6275 の問題の影響で、E2Eテストが停止しております。解消までもうしばらくお待ちください |
@beststore-tokyo |
@nanasess |
@nanasess |
@beststore-tokyo もう1点、本修正を適用すると、以下のテストもエラーになってしまうようですが、ご確認いただけますでしょうか? |
概要(Overview)
プラグインで mtb_job テーブルに Traitでカラムを追加し、プラグインのインストールを実行したところ、カラムが追加できません。
再現手順(Procedure)
①プラグインでTraitを作成する
②プラグインをインストールする
Eccube\Doctrine\ORM\Mapping\Driver\ReloadSafeAnnotationDriver.phpファイルの103行の問題と思います。
コードを下記のように変更すると解決できると思います。
環境(Environment)
EC-CUBE: 4.2.3
The text was updated successfully, but these errors were encountered: