概要
PR #1302 で追加された dtb_login_attempt テーブルについて、nobuhiko/ec-cube2-migration にマイグレーションを作成する。
背景
現在 dtb_login_attempt テーブルの定義は html/install/sql/create_table_*.sql にのみ存在しており、既存環境へのアップデート時にマイグレーションが必要。
対応内容
nobuhiko/ec-cube2-migration リポジトリにマイグレーションファイルを追加
- テーブル作成:
dtb_login_attempt
- インデックス作成:
idx_login_id_create_date, idx_ip_create_date
- シーケンス作成:
dtb_login_attempt_login_attempt_id_seq
関連