add pgvecto_rs support and upgrade SQLAlchemy (#3833)
This commit is contained in:
parent
975b2fb79e
commit
3e9dbe3e0a
26 changed files with 584 additions and 220 deletions
|
|
@ -6,6 +6,7 @@ Create Date: ${create_date}
|
|||
|
||||
"""
|
||||
from alembic import op
|
||||
import models as models
|
||||
import sqlalchemy as sa
|
||||
${imports if imports else ""}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue