refactor: Simplify trading plans table creation with Memory engine
This commit is contained in:
parent
26c8d83451
commit
b327062a6d
@ -118,8 +118,7 @@ def create_trading_plan_table():
|
|||||||
fundamental_criteria Nullable(String),
|
fundamental_criteria Nullable(String),
|
||||||
options_strategy_details Nullable(String)
|
options_strategy_details Nullable(String)
|
||||||
)
|
)
|
||||||
ENGINE = MergeTree
|
ENGINE = Memory
|
||||||
ORDER BY id
|
|
||||||
"""
|
"""
|
||||||
client.execute(query)
|
client.execute(query)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user