]> git.lizzy.rs Git - cheatdb.git/blob - migrations/versions/28a427cbd4cf_.py
Fix scores not degrading due to missing session.commit()
[cheatdb.git] / migrations / versions / 28a427cbd4cf_.py
1 """empty message
2
3 Revision ID: 28a427cbd4cf
4 Revises: e9f534df23a8
5 Create Date: 2018-06-03 01:47:33.006039
6
7 """
8 from alembic import op
9 import sqlalchemy as sa
10 import sqlalchemy.types as ty
11
12
13 # revision identifiers, used by Alembic.
14 revision = '28a427cbd4cf'
15 down_revision = 'e9f534df23a8'
16 branch_labels = None
17 depends_on = None
18
19
20 def upgrade():
21     # ### commands auto generated by Alembic - please adjust! ###
22     pass
23     # ### end Alembic commands ###
24
25
26 def downgrade():
27     # ### commands auto generated by Alembic - please adjust! ###
28     pass
29     # ### end Alembic commands ###