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

Remove domain/incremental db deletes #3777

Merged
merged 5 commits into from
Sep 28, 2022

Commits on Sep 27, 2022

  1. Small refactor cleaup

    NelsonVides committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d2b76db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64afba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9501f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f88463 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Fix query to make it MySQL compatible

    MySQL does not allow the update (in this case a delete) to refer to the
    table being selected, but it allows this double nesting.
    NelsonVides committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    23618cb View commit details
    Browse the repository at this point in the history