Auth works again; relationships between Trashbox and User added

This commit is contained in:
2023-08-08 01:22:47 +03:00
parent d3d7760c5b
commit 832a2ce985
8 changed files with 185 additions and 43 deletions

View File

@ -0,0 +1,28 @@
"""created relationships between Trashbox and User
Revision ID: 96470e6327e0
Revises: b806af0cc2cb
Create Date: 2023-08-08 00:06:18.745504
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = '96470e6327e0'
down_revision = 'b806af0cc2cb'
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 ###