Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni committed Jun 12, 2024
1 parent b7392be commit bbf4c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portal/migrations/versions/daee63f50d35_.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.create_table('research_data',
op.create_table(
'research_data',
sa.Column('id', sa.Integer(), nullable=False),
sa.Column('patient_id', sa.Integer(), nullable=False),
sa.Column('questionnaire_response_id', sa.Integer(), nullable=False),
Expand Down

0 comments on commit bbf4c2a

Please sign in to comment.