mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
* Adding warning text to metrics * Adding javascript tests * Fixing downgrade script for warning_text * Adding merge migration
23 lines
350 B
Python
23 lines
350 B
Python
"""empty message
|
|
|
|
Revision ID: 472d2f73dfd4
|
|
Revises: ('19a814813610', 'a9c47e2c1547')
|
|
Create Date: 2017-09-21 18:37:30.844196
|
|
|
|
"""
|
|
|
|
# revision identifiers, used by Alembic.
|
|
revision = '472d2f73dfd4'
|
|
down_revision = ('19a814813610', 'a9c47e2c1547')
|
|
|
|
from alembic import op
|
|
import sqlalchemy as sa
|
|
|
|
|
|
def upgrade():
|
|
pass
|
|
|
|
|
|
def downgrade():
|
|
pass
|