Fix/deploy fix (#103)
* deploy fix --------- Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
This commit is contained in:
parent
7f22966b41
commit
21316187e0
|
@ -30,7 +30,7 @@ class Base(DeclarativeBase):
|
||||||
__abstract__ = True
|
__abstract__ = True
|
||||||
__table_args__ = {"extend_existing": True}
|
__table_args__ = {"extend_existing": True}
|
||||||
|
|
||||||
id: Column | None = Column(Integer, primary_key=True)
|
id = Column(Integer, primary_key=True)
|
||||||
|
|
||||||
def __init_subclass__(cls, **kwargs):
|
def __init_subclass__(cls, **kwargs):
|
||||||
REGISTRY[cls.__name__] = cls
|
REGISTRY[cls.__name__] = cls
|
||||||
|
|
1157
schema_types.py
1157
schema_types.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user