대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
관리자 최초 생성 시 기본 프로젝트 생성 및 기본 프로젝트 이슈유형에 사용 프로젝트로 추가
이민희
2021-12-09
0d032791fac103ef50c266ce8fbee21b69ee8eda
[~jhpark/owl-kisa.git]
/
src
/
main
/
resources
/
migration
/
V1_3__Alter_Table.sql
1
2
alter table attached_file add attached_type varchar (20) not null;
update attached_file set attached_type = 'ISSUE_ATTACHED';