pinned web3 to v6; alembic fixes
This commit is contained in:
@@ -17,6 +17,7 @@ depends_on: Union[str, Sequence[str], None] = None
|
||||
|
||||
|
||||
def upgrade() -> None:
|
||||
op.execute('CREATE EXTENSION IF NOT EXISTS btree_gist')
|
||||
op.create_index(op.f('ix_token_name'), 'token', ['name'], unique=False, postgresql_using='gist')
|
||||
op.create_index(op.f('ix_token_approved'), 'token', ['approved'], unique=False)
|
||||
op.create_index(op.f('ix_token_symbol'), 'token', ['symbol'], unique=False)
|
||||
|
||||
Reference in New Issue
Block a user