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: Retroactively add granularity param to charts #12960

Merged
merged 2 commits into from
Feb 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update down revision
  • Loading branch information
Erik Ritter authored Feb 11, 2021
commit 30660ce4dd0a36d20d9457ded982578ea7505a76
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""add granularity to charts where missing

Revision ID: 070c043f2fdb
Revises: e11ccdd12658
Revises: 41ce8799acc3
Create Date: 2021-02-04 09:34:13.608891

"""

# revision identifiers, used by Alembic.
revision = "070c043f2fdb"
down_revision = "e11ccdd12658"
down_revision = "41ce8799acc3"

import json

Expand Down