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

Fix the way replace_metadata drops event triggers (fix #5461) #6137

Merged
merged 6 commits into from
Nov 10, 2020

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    f09d0cf View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. add trigger function to perform "ON UPDATE CASCADE"

    Previously, we were relying on "ON UPDATE CASCADE" on the foreign key constraint to do this automatically.
    tirumaraiselvan committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    0c62360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6055611 View commit details
    Browse the repository at this point in the history
  3. no-op hlint

    tirumaraiselvan committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    c5a4bbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c89bd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08ec2c3 View commit details
    Browse the repository at this point in the history