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

Update fixtures according to tests #284

Closed
wants to merge 1 commit into from
Closed

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Jan 3, 2024

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues -

Copy link

what-the-diff bot commented Jan 3, 2024

PR Summary

  • Addition of new column types to 'type' table
    Our team here has enriched the 'type' table by adding more diverse data types. This expands the kind of data attributes our table can handle and store. The newly added column types are float (precise numbers with decimal values) and boolean (true or false type of data).

  • Removal of existing columns from 'type' table
    We've also pruned the table structure by removing old columns that were not necessary anymore. This streamlines the storage and helps our databases perform better.

  • Modifications in default column values
    This change allows us to set certain preset values to new entries. It aids in maintaining consistency across our data. This is particularly helpful when specific values are missing during data entry. It ensures that our system continues functioning smoothly without halting for missing data.

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0992809) 98.42% compared to head (7313f6a) 98.42%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #284   +/-   ##
=========================================
  Coverage     98.42%   98.42%           
  Complexity      329      329           
=========================================
  Files            19       19           
  Lines          1015     1015           
=========================================
  Hits            999      999           
  Misses           16       16           

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

@Tigrov Tigrov closed this Jan 7, 2024
@Tigrov Tigrov deleted the batchInsert-empty-columns branch January 9, 2024 09:58
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.

None yet

1 participant