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

Fixed a bug where migrations didn't run on a clean DB #3104

Merged
merged 1 commit into from May 24, 2022

Conversation

harshilsharma63
Copy link
Member

Fixes #3103

@harshilsharma63 harshilsharma63 requested a review from a team as a code owner May 24, 2022 06:14
@harshilsharma63 harshilsharma63 requested review from Rajat-Dabade, chenilim, jespino and a team and removed request for a team, Rajat-Dabade and chenilim May 24, 2022 06:14
Copy link
Member

@jespino jespino left a comment

Choose a reason for hiding this comment

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

LGTM.

@jespino jespino merged commit d6e494c into main May 24, 2022
@jespino jespino deleted the main-clean-db-fix branch May 24, 2022 07:40
"COALESCE(created_by, '')",
"modified_by",
"type",
"\"\"", // substitute for minimum_role column.
Copy link
Member

Choose a reason for hiding this comment

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

@harshilsharma63 these need to be single quotes. Fixed via #3111

However the getLegacyBoardsByCondition which triggers this needs to have a unit test so CI can catch this.

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.

Bug: Latest main doesn't work on clean DB
3 participants