for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
"""Tracim V2
Revision ID: ad79f58ec2bf
Revises: 2b4043fa2502
Create Date: 2018-03-29 17:05:41.735260
"""
# revision identifiers, used by Alembic.
revision = 'ad79f58ec2bf'
down_revision = '2b4043fa2502'
from alembic import op
import sqlalchemy as sa
def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###
def downgrade():