Files
superset2/superset/migrations/versions/5ccf602336a0_.py
T
Maxime BeaucheminandGitHub 6fd4ff45ea Improve the calendar heatmap (#4800)
* Improve xAxis ticks, thinner bottom margin (#4756)

* Improve xAxis ticks, thinner bottom margin

* Moving utils folder

* Add isTruthy

* Addressing comments

* Set cell_padding to 0

* merging db migrations
2018-04-12 17:16:45 -07:00

23 lines
350 B
Python

"""empty message
Revision ID: 5ccf602336a0
Revises: ('130915240929', 'c9495751e314')
Create Date: 2018-04-12 16:00:47.639218
"""
# revision identifiers, used by Alembic.
revision = '5ccf602336a0'
down_revision = ('130915240929', 'c9495751e314')
from alembic import op
import sqlalchemy as sa
def upgrade():
pass
def downgrade():
pass