mobile download
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- 전략편집기 flow layout (START 분봉·노드 좌표·orphans 등) — localStorage 대신 DB 단일 소스
|
||||
ALTER TABLE gc_strategy
|
||||
ADD COLUMN flow_layout_json JSON NULL COMMENT '전략편집기 UI 상태 {buy,sell}' AFTER sell_condition_json;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- UI·편집기·가상투자 등 클라이언트 설정 (localStorage 대체)
|
||||
ALTER TABLE gc_app_settings
|
||||
ADD COLUMN ui_preferences_json JSON NULL
|
||||
COMMENT '프론트 UI 설정 통합 JSON'
|
||||
AFTER trend_search_settings_json;
|
||||
Reference in New Issue
Block a user