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

Fix quarters start timestamp column type #1560

Merged
merged 5 commits into from
Nov 9, 2021

Conversation

jtpalmer
Copy link
Contributor

@jtpalmer jtpalmer commented Aug 24, 2021

Description

Changes the type of the modw.quarters.quarter_start_ts column from a signed to an unsigned int. Also adds a migration to alter the table.

Motivation and Context

All the other (years, months, days) tables use unsigned int types for all the timestamp columns. This column never needs to store a negative value.

See https://app.asana.com/0/1200028182662861/1200819016815740/f

Tests performed

Tested in Docker.

Checklist:

  • The pull request description is suitable for a Changelog entry
  • The milestone is set correctly on the pull request
  • The appropriate labels have been added to the pull request

@jtpalmer jtpalmer added bug Bugfixes Category:ETL Extract Transform Load labels Aug 24, 2021
@jtpalmer jtpalmer added this to the 10.0.0 milestone Aug 24, 2021
@jtpalmer jtpalmer merged commit 366bdb4 into ubccr:xdmod10.0 Nov 9, 2021
@jtpalmer jtpalmer deleted the quarters-start-ts branch November 9, 2021 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugfixes Category:ETL Extract Transform Load
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants