-
Notifications
You must be signed in to change notification settings - Fork 15
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: add new columns in schema.sql #469
Conversation
Any updates on this one ? Some tests are failing without this |
As far as I remember @bonustrack asked us to wait, but I'm not sure exactly. Do you think we can proceed? @bonustrack |
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files📢 Thoughts on this report? Let us know! |
Updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
scores_total DECIMAL(64,30) NOT NULL, | ||
scores_updated INT(11) NOT NULL, | ||
scores_total_value DECIMAL(64,30) NOT NULL DEFAULT '0.000000000000000000000000000000', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why you pick this decimal value @bonustrack 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this default size can increase our DB size no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utAck
Fix #468
Updated schema.sql proposals to match with production database state
Added missing columns:
scores_total_value
vp_value_by_strategy
Added missing
DEFAULT
to columns with defaultAdded missing INDEX
Added notes about some discrepancies with production database schema