mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
* Improving logging with duration and referrer * Handling case where referrer is None * Providing log_this with its own session * Attempting to fix tests * Fixing tests
23 lines
350 B
Python
23 lines
350 B
Python
"""empty message
|
|
|
|
Revision ID: 6414e83d82b7
|
|
Revises: ('525c854f0005', 'f1f2d4af5b90')
|
|
Create Date: 2016-12-19 09:57:05.814013
|
|
|
|
"""
|
|
|
|
# revision identifiers, used by Alembic.
|
|
revision = '6414e83d82b7'
|
|
down_revision = ('525c854f0005', 'f1f2d4af5b90')
|
|
|
|
from alembic import op
|
|
import sqlalchemy as sa
|
|
|
|
|
|
def upgrade():
|
|
pass
|
|
|
|
|
|
def downgrade():
|
|
pass
|