Bug(バグ) #2449
1.0.2 で追加されたマイグレートスクリプト(リビジョン番号 6)で外部キー制約違反により、マイグレートに失敗することがある
Start date:
2011-09-30
Due date:
% Done:
100%
3.6 で発生するか:
[QA]バグ通知済:
No
3.8 で発生するか:
Unknown (未調査)
opCommunityTopicPlugin 絞込条件:
Description
概要¶
1.0.2 で追加されたマイグレートスクリプト(リビジョン番号 6)で外部キー制約違反により,マイグレートに失敗することがある.
具体的には下記の状態により発生する可能性がある.- community_topicが削除されているが該当するデータが削除されていない状態
- fileが削除されているが該当するデータが削除されていない状態
- community_topic_image
- community_topic_comment_image
- community_event_image
- community_event_comment_image
原因¶
外部キー制約が存在しないバージョンであったOpenPNE2系で作成および削除された可能性があるデータが存在する.
修正案¶
このマイグレートスクリプトが実行される前に外部キー制約違反となるデータを削除する.具体的には以下の8つの状態となるものとする.- 存在しないcommunity_topic.idを持つcommunity_topic_image
- 存在しないfile.idを持つ community_topic_image
- 存在しないcommunity_topic_comment.idを持つ community_topic_comment_image
- 存在しないfile.idを持つ community_topic_comment_image
- 存在しないcommunity_event.idを持つ community_event_image
- 存在しないfile.idを持つ community_event_image
- 存在しないcommunity_event_comment.idを持つ community_event_comment_image
- 存在しないfile.idを持つ community_event_comment_iamge
Related issues
History
#1
Updated by Yuya Watanabe over 11 years ago
- Status changed from New(新規) to Accepted(着手)
- Priority changed from Normal(通常) to Immediate(今すぐ)
#2
Updated by Yuya Watanabe over 11 years ago
- Description updated (diff)
#3
Updated by Yuya Watanabe over 11 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
#4
Updated by Yuya Watanabe over 11 years ago
#5
Updated by Kousuke Ebihara over 11 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
#6
Updated by Kousuke Ebihara over 11 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
テスト完了とのことでクローズします
#7
Updated by Mutsumi Imamura over 11 years ago
- 360対象 set to RC2