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
We need to split the PROCESS_QUEUE table up.
PROCESS_QUEUE
In order to do that we need to plan some changes across several releases.
Here's the approximate plan:
PROCESS_STATUS
INSTANCE_ID
CREATED_AT
CURRENT_STATUS
LAST_UPDATED_AT
PROCESS_QUEUE.CURRENT_STATUS
The text was updated successfully, but these errors were encountered:
cc @brig, @mtkunkel, @benbroadaway
Sorry, something went wrong.
No branches or pull requests
We need to split the
PROCESS_QUEUE
table up.In order to do that we need to plan some changes across several releases.
Here's the approximate plan:
PROCESS_STATUS
table:INSTANCE_ID
CREATED_AT
CURRENT_STATUS
LAST_UPDATED_AT
PROCESS_STATUS
table in.PROCESS_QUEUE.CURRENT_STATUS
andLAST_UPDATED_AT
nullable, stop using those columns in the code;PROCESS_QUEUE.CURRENT_STATUS
andLAST_UPDATED_AT
columns.The text was updated successfully, but these errors were encountered: