mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
* 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
23 lines
350 B
Python
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
|