Initial commit: ILSHIN PLM 프로젝트 소스 코드

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
chpark
2026-04-16 17:49:38 +09:00
commit 3e135041ac
2281 changed files with 1433427 additions and 0 deletions
@@ -0,0 +1,6 @@
-- CLIENT_PASSWORD 컬럼명을 PASSWORD로 변경
ALTER TABLE USER_INFO RENAME COLUMN CLIENT_PASSWORD TO PASSWORD;
COMMENT ON COLUMN USER_INFO.PASSWORD IS '비밀번호 (협력업체 발주서 확인용)';