Skip to content

Commit

Permalink
Note to future migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kompotkot committed Aug 21, 2024
1 parent 41b17c8 commit a7be378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engineapi/engineapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ class CallRequestType(Base): # type: ignore
description = Column(String, nullable=True)


# TODO(kompotkot): Since this migrated under resource control, this table should be dropped, but
# first ForeignKey with CASCADE from registered_contracts and call_requests and replace it
# with simple UUID(as_uuid=True) column.
class MetatxRequester(Base): # type: ignore
"""
MetatxRequester represents id of resource at Bugout.
Expand Down

0 comments on commit a7be378

Please sign in to comment.