일목균형표 수정

This commit is contained in:
Macbook
2026-05-27 23:36:48 +09:00
parent 9cee6387c3
commit 8cc0d1c88c
73 changed files with 2256 additions and 334 deletions
@@ -0,0 +1,7 @@
-- ============================================================
-- V42: gc_app_settings — 차트 pane 구분선 옵션 JSON
-- ============================================================
ALTER TABLE gc_app_settings
ADD COLUMN chart_pane_separator_json JSON NULL
COMMENT '차트 영역(캔들·거래량·보조지표 pane) 구분선: visible,color,width,lineStyle';