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: patch direct paging routes migration #5401

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

joeyorlando
Copy link
Contributor

@joeyorlando joeyorlando commented Jan 7, 2025

Which issue(s) this PR closes

Patches some issues experienced on dev related to #5397. Previous migration was running into the following:

File "/usr/local/lib/python3.12/site-packages/pymysql/connections.py", line 775, in _read_packet
    packet.raise_for_error()
File "/usr/local/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error
    err.raise_mysql_exception(self._data)
File "/usr/local/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception
    raise errorclass(errno, errval)
django.db.utils.OperationalError: (1093, "You can't specify target table 'alerts_channelfilter' for update in FROM clause")

@joeyorlando joeyorlando added pr:no public docs Added to a PR that does not require public documentation updates release:ignore PR will not be added to release notes labels Jan 7, 2025
@joeyorlando joeyorlando requested a review from a team as a code owner January 7, 2025 16:13
@joeyorlando joeyorlando added this pull request to the merge queue Jan 7, 2025
Merged via the queue into dev with commit be10967 Jan 7, 2025
30 checks passed
@joeyorlando joeyorlando deleted the jorlando/patch-direct-paging-routes-migration branch January 7, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:no public docs Added to a PR that does not require public documentation updates release:ignore PR will not be added to release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants