Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
a087154a
Commit
a087154a
authored
Jun 23, 2016
by
Vermaat
Browse files
Merge Alembic migrations
parent
835ae980
Changes
1
Hide whitespace changes
Inline
Side-by-side
migrations/versions/91add8ff6b2b_merge_082_and_3f7.py
0 → 100644
View file @
a087154a
"""Merge 082 and 3f7
Revision ID: 91add8ff6b2b
Revises: (u'3f73b289d4b2', u'08220629322a')
Create Date: 2016-06-23 14:47:42.807650
"""
from
__future__
import
unicode_literals
# revision identifiers, used by Alembic.
revision
=
'91add8ff6b2b'
down_revision
=
(
u
'3f73b289d4b2'
,
u
'08220629322a'
)
from
alembic
import
op
import
sqlalchemy
as
sa
def
upgrade
():
pass
def
downgrade
():
pass
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment