중계테이블 생성 로직 삭제
This commit is contained in:
@@ -248,12 +248,6 @@ export const ConnectionSetupModal: React.FC<ConnectionSetupModalProps> = ({
|
||||
className="text-sm"
|
||||
/>
|
||||
</div>
|
||||
<div className="rounded-lg bg-blue-50 p-3 text-xs text-blue-700">
|
||||
<div className="mb-1 font-medium">🔄 통합 중계 테이블 사용</div>
|
||||
<div>
|
||||
모든 데이터 연결은 <code>data_relationship_bridge</code> 테이블에서 통합 관리됩니다.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user