Skip to content

Sync Job entity with the jms_jobs table present in prod in order to a…#11

Merged
derdawid merged 1 commit into
levuro:masterfrom
gcarlev:sync-jms-job-table-with-prod
Nov 6, 2023
Merged

Sync Job entity with the jms_jobs table present in prod in order to a…#11
derdawid merged 1 commit into
levuro:masterfrom
gcarlev:sync-jms-job-table-with-prod

Conversation

@gcarlev
Copy link
Copy Markdown
Collaborator

@gcarlev gcarlev commented Nov 3, 2023

…void generating migrations statements

@gcarlev
Copy link
Copy Markdown
Collaborator Author

gcarlev commented Nov 3, 2023

Fixes the following updates to the schema:

ALTER TABLE jms_jobs ALTER memoryusage TYPE INT; ALTER TABLE jms_jobs ALTER memoryusage DROP DEFAULT; ALTER TABLE jms_jobs ALTER memoryusagereal TYPE INT; ALTER TABLE jms_jobs ALTER memoryusagereal DROP DEFAULT; ALTER INDEX cmd_search_index RENAME TO IDX_704ADB938ECAEAD4; ALTER INDEX sorting_index RENAME TO IDX_704ADB93A393D2FB62A6DC27BF396750;

One this PR will be merged the bin/console doctrine:schema:validate will not show the above commands.

@derdawid derdawid merged commit e77a43c into levuro:master Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants