대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
업체 url 예외 처리
이민희
2022-01-27
f5d5f75a0513ec6079482cc1a28b59b00ae58ea7
[~jhpark/owl-kisa.git]
/
src
/
main
/
resources
/
migration
/
V1_4__sql_tuning.sql
1
2
3
ALTER TABLE `issue_isp` ADD INDEX `issueIdIndex` (`issue_id`) USING BTREE;
ALTER TABLE `issue_hosting` ADD INDEX `issueIdIndex` (`issue_id`) USING BTREE;
ALTER TABLE `issue_company` ADD INDEX `issueIdIndex` (`issue_id`) USING BTREE;