Files
superset2/superset/migrations/versions/6414e83d82b7_.py
Maxime Beauchemin 0712894353 Improving database logging by adding duration, referrer and post data (#1830)
* 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
2016-12-19 22:32:50 -08:00

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