mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 16:43:47 +01:00
26 lines
505 B
Python
26 lines
505 B
Python
"""empty message
|
|
|
|
Revision ID: 28a427cbd4cf
|
|
Revises: e9f534df23a8
|
|
Create Date: 2018-06-03 01:47:33.006039
|
|
|
|
"""
|
|
|
|
# revision identifiers, used by Alembic.
|
|
revision = '28a427cbd4cf'
|
|
down_revision = 'e9f534df23a8'
|
|
branch_labels = None
|
|
depends_on = None
|
|
|
|
|
|
def upgrade():
|
|
# ### commands auto generated by Alembic - please adjust! ###
|
|
pass
|
|
# ### end Alembic commands ###
|
|
|
|
|
|
def downgrade():
|
|
# ### commands auto generated by Alembic - please adjust! ###
|
|
pass
|
|
# ### end Alembic commands ###
|