forked from polka_billy/porridger
Auth works again; relationships between Trashbox and User added
This commit is contained in:
@ -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 ###
|
Reference in New Issue
Block a user