From a7be3784934642e0c9afe801a6848936923f24b7 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Wed, 21 Aug 2024 10:48:15 +0000 Subject: [PATCH] Note to future migration --- engineapi/engineapi/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engineapi/engineapi/models.py b/engineapi/engineapi/models.py index b782b8a4..5c1dfb60 100644 --- a/engineapi/engineapi/models.py +++ b/engineapi/engineapi/models.py @@ -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.