Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Conversation

whaught
Copy link
Contributor

@whaught whaught commented Jan 28, 2021

Fixes #1231

Proposed Changes

  • Shows a line chart of average issue-claim age

Release Note

Average issue-claim chart

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: whaught

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-cla google-cla bot added the cla: yes Auto: added by CLA bot when all committers have signed a CLA. label Jan 28, 2021
@whaught
Copy link
Contributor Author

whaught commented Jan 28, 2021

/hold

@whaught
Copy link
Contributor Author

whaught commented Jan 28, 2021

/hold cancel

return multiExec(tx,
`ALTER TABLE realm_stats ADD COLUMN IF NOT EXISTS code_claim_mean_age BIGINT NOT NULL DEFAULT 0`,
`ALTER TABLE realm_stats DROP COLUMN IF EXISTS codes_claimed_age_distribution`) // result of previous mistake
`ALTER TABLE realm_stats ADD COLUMN IF NOT EXISTS code_claim_mean_age BIGINT NOT NULL DEFAULT 0`)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yea I think it's confusing to leave in. It only got deployed to dev

@sethvargo
Copy link
Contributor

/lgtm

@google-oss-robot google-oss-robot merged commit 20d1aad into google:main Jan 28, 2021
@whaught whaught deleted the mean-age-chart branch January 28, 2021 18:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Auto: added by CLA bot when all committers have signed a CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pha stats: claim histogram
4 participants