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),
|
||||
options_strategy_details Nullable(String)
|
||||
)
|
||||
ENGINE = MergeTree
|
||||
ORDER BY id
|
||||
ENGINE = Memory
|
||||
"""
|
||||
client.execute(query)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user