Skip to content

Commit

Permalink
merged 2 alembic branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Cereal2nd committed Feb 1, 2015
1 parent 880c2a7 commit da11904
Showing 1 changed file with 22 additions and 0 deletions.
@@ -0,0 +1,22 @@
"""merge 0.4.1 and sensorupgrades
Revision ID: 1f83a07281da
Revises: ('49d3ea7fccfd', '14ebd5a1ef73')
Create Date: 2015-02-01 13:22:55.016577
"""

# revision identifiers, used by Alembic.
revision = '1f83a07281da'
down_revision = ('49d3ea7fccfd', '14ebd5a1ef73')

from alembic import op
import sqlalchemy as sa


def upgrade():
pass


def downgrade():
pass

0 comments on commit da11904

Please sign in to comment.