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

mrsbluerose: removes duplicate work in DB scripts #156

Merged
merged 1 commit into from
Feb 21, 2024
Merged

mrsbluerose: removes duplicate work in DB scripts #156

merged 1 commit into from
Feb 21, 2024

Conversation

mrsbluerose
Copy link
Collaborator

Duplicate work in Maryam’s script: 202312071653 and Audra’s script: 202401291541 caused a SQL error when running the backend. Removed my (Audra’s) script. Both scripts were renaming columns, and since mine was technically listed after Maryam’s, the columns my script was referencing no longer existed.

- Maryam's script 202312071653 is implemented before Audra's script 202401291541, making Audra's script unnecessary and causing SQL errors
- caused by confusion in rebuild. Both accomplish most of the same work renaming the Connect table's header columns with the underscore format
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2c394c5) 75.42% compared to head (f4132dc) 75.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #156   +/-   ##
==========================================
  Coverage      75.42%   75.42%           
  Complexity       652      652           
==========================================
  Files             98       98           
  Lines           1994     1994           
  Branches         269      269           
==========================================
  Hits            1504     1504           
  Misses           446      446           
  Partials          44       44           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@haxwell haxwell merged commit 7f7cf57 into savvato-software:develop Feb 21, 2024
3 checks passed
@mrsbluerose mrsbluerose deleted the mrsbluerose-rebuild-error-fix branch February 21, 2024 16:28
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