generic update / delete
This commit is contained in:
+1
-1
@@ -5,9 +5,9 @@ from typing import Optional
|
||||
@dataclass
|
||||
class Strategy():
|
||||
id: str
|
||||
createdAt: str
|
||||
enabled: bool
|
||||
fulfilled: bool
|
||||
createdAt: Optional[str]
|
||||
|
||||
@classmethod
|
||||
def get_table_name(cls):
|
||||
|
||||
Reference in New Issue
Block a user