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

DB/Phases: Correct phases 20685 and 20686 #29872

Open
aquadeus opened this issue Mar 31, 2024 · 1 comment
Open

DB/Phases: Correct phases 20685 and 20686 #29872

aquadeus opened this issue Mar 31, 2024 · 1 comment

Comments

@aquadeus
Copy link
Contributor

aquadeus commented Mar 31, 2024

Description

Correct phases 20685 and 20686

SQL fix

UPDATE `phase_name` SET `ID`=20686 WHERE `ID`=26686;
UPDATE `phase_name` SET `ID`=20685 WHERE `ID`=26685;

Branch

master

TC rev. hash/commit

4131022

@Aokromes
Copy link
Member

you know, you can use update, and if no delete from phase name where id IN (bla,bla);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants