Skip to content

Commit

Permalink
Change to text
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Mar 11, 2024
1 parent 12dc894 commit bfaba52
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@


def upgrade():
op.add_column("user", sa.Column("refresh_token", sa.String(length=128), nullable=True))

op.add_column("user", sa.Column("refresh_token", sa.Text, nullable=True))

def downgrade():
op.drop_column("user", "refresh_token")

0 comments on commit bfaba52

Please sign in to comment.