We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
カテゴリが対象のクーポンを作成後、クーポンを削除すると、紐付けたカテゴリが削除できない
plg_coupon_detailにレコードが残っており、外部キー制約に引っかかるため。
The text was updated successfully, but these errors were encountered:
クーポン削除時に、plg_coupon_detail.category_idをnullにするなど、カテゴリの紐づけが解除されるとよい
Sorry, something went wrong.
No branches or pull requests
概要
カテゴリが対象のクーポンを作成後、クーポンを削除すると、紐付けたカテゴリが削除できない
詳細
plg_coupon_detailにレコードが残っており、外部キー制約に引っかかるため。
再現手順
The text was updated successfully, but these errors were encountered: