Fixed bug in validate schema
All checks were successful
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Successful in 3m17s

This commit is contained in:
2024-01-14 15:57:30 +01:00
parent 44797a0bc3
commit 7045f945c8
4 changed files with 25 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
from sqlalchemy import JSON, Boolean, Column, Enum, ForeignKey, Integer, String, Text
from sqlalchemy.orm import relationship
from .schemas import Role
from .db_types import Role
from .sql_db import Base
# Relationsship example