Models and migrations for requests

This commit is contained in:
richard-dds
2018-07-23 14:58:26 -04:00
committed by dandds
parent 543250377c
commit 024051ae07
12 changed files with 401 additions and 62 deletions

View File

@@ -3,8 +3,8 @@ from sqlalchemy.types import DateTime
from sqlalchemy.dialects.postgresql import JSONB, UUID
from sqlalchemy.orm import relationship
from requests_queue.models import Base
from requests_queue.models.types import Id
from atst.models import Base
from atst.models.types import Id
class Request(Base):