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 rename tables #30386

Closed
wants to merge 10 commits into from
Closed

FIX rename tables #30386

wants to merge 10 commits into from

Conversation

lamrani002
Copy link
Contributor

FIX|Fix rename tables

@@ -404,3 +404,7 @@ ALTER TABLE llx_hrm_evaluation ADD COLUMN entity INTEGER DEFAULT 1 NOT NULL;
ALTER TABLE llx_menu MODIFY COLUMN url TEXT NOT NULL;

UPDATE llx_c_units SET short_label = 'mn' WHERE short_label = 'i' AND code = 'MI';

ALTER TABLE llx_bank_categ RENAME TO llx_category_bank;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because this change is for develop branch and v21, this change must be added into migration/20.0.0-21.0.0.sql

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@eldy eldy added the PR to fix or conflict to solve PR needs to be fixed to be integrated (except for conflicts, a comment describes the fix to do) label Jul 16, 2024
@eldy
Copy link
Member

eldy commented Jul 28, 2024

Merged a better PR for renaming.

@eldy eldy closed this Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR to fix or conflict to solve PR needs to be fixed to be integrated (except for conflicts, a comment describes the fix to do)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants