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

scheme update時のエラー対応 #3892

Merged
merged 4 commits into from
Oct 2, 2018
Merged

Conversation

chihiro-adachi
Copy link
Contributor

@chihiro-adachi chihiro-adachi commented Oct 1, 2018

概要(Overview・Refs Issue)

以下の問題に対応

方針(Policy)

テスト(Test)

  • Webインストーラでインストール後、doctrine:scheme:updateで差分が表示されないことを確認
  • Webインストーラでインストール後、テーブルのcollateがutf8_general_ciで生成されていることを確認

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

@chihiro-adachi chihiro-adachi added this to the 4.0 milestone Oct 1, 2018
@okazy okazy self-assigned this Oct 2, 2018
Copy link
Contributor

@okazy okazy left a comment

Choose a reason for hiding this comment

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

以下で動作確認をして改善されていることを確認しました。

手順

  • Webインストーラからインストール
  • doctrine:schema:update --dump-sql を実行

Postgres:9.2

修正前:[OK] Nothing to update
修正後:[OK] Nothing to update

MySQL:5.7

修正前:DC2Type:datetimetzの変更多数
修正後:[OK] Nothing to update

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

Successfully merging this pull request may close these issues.

2 participants