wip
This commit is contained in:
parent
4be274d9e2
commit
c238b9d757
21 changed files with 219 additions and 184 deletions
|
|
@ -2,10 +2,11 @@ from logging.config import fileConfig
|
|||
|
||||
from alembic import context
|
||||
from sqlalchemy import engine_from_config, pool
|
||||
|
||||
from learn_sql_model.models import Hero, Pet
|
||||
from sqlmodel import SQLModel
|
||||
|
||||
from learn_sql_model.models.hero import Hero
|
||||
from learn_sql_model.models.pet import Pet
|
||||
|
||||
# this is the Alembic Config object, which provides
|
||||
# access to the values within the .ini file in use.
|
||||
config = context.config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue