Browse Source

reset migrations

testing
Burathar 4 years ago
parent
commit
688b0432f3
  1. 8
      migrations/versions/35d99c2732cb_reset_migrations.py

8
migrations/versions/3ef4c34115fd_updated_to_database_documentation_1_3.py → migrations/versions/35d99c2732cb_reset_migrations.py

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
"""updated to database documentation 1.3
"""reset migrations
Revision ID: 3ef4c34115fd
Revision ID: 35d99c2732cb
Revises:
Create Date: 2020-07-09 14:43:14.149353
Create Date: 2020-07-18 18:02:51.537046
"""
from alembic import op
@ -10,7 +10,7 @@ import sqlalchemy as sa @@ -10,7 +10,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '3ef4c34115fd'
revision = '35d99c2732cb'
down_revision = None
branch_labels = None
depends_on = None
Loading…
Cancel
Save