Skip to content

Commit

Permalink
Update 2022-07-05_15-48_409c7b420ab0_add_created_by_fk_as_owner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Jul 26, 2022
1 parent e3d06dc commit fe93669
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""add created_by_fk as owner
Revision ID: 409c7b420ab0
Revises: cdcf3d64daf4
Revises: a39867932713
Create Date: 2022-07-05 15:48:06.029190
"""

# revision identifiers, used by Alembic.
revision = "409c7b420ab0"
down_revision = "cdcf3d64daf4"
down_revision = "a39867932713"

from alembic import op
from sqlalchemy import and_, Column, insert, Integer
Expand Down

0 comments on commit fe93669

Please sign in to comment.