wing-ops/database/migration
htlee 736c6ae429 feat(scat): SCAT Mock → API 전환 + PostGIS GEOMETRY 일괄 적용
- PostGIS GEOMETRY 컬럼 추가 (010_postgis_geom.sql)
  - ASSET_ORG.GEOM (84건), ACDNT.LOC_GEOM (12건) + GIST 인덱스
- SCAT 테이블 생성 + 시드 (011_scat.sql)
  - CST_SRVY_ZONE 28건, CST_SECT 1,092건, 상세 21건
  - GEOMETRY 컬럼 + GIST 공간 인덱스
- 백엔드 API: GET /api/scat/zones, /sections, /sections/:sn
- 프론트엔드: Mock 데이터 완전 제거, API 호출로 전환
- 에러 상태 UI, USE_YN 논리삭제 조건 적용

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 23:26:51 +09:00
..
001_layer_table.sql refactor(backend): SQLite → PostgreSQL 마이그레이션 + wing DB 연결 2026-02-28 14:18:00 +09:00
002_hns_substance.sql refactor(phase4): HNS 물질정보 DB 이전 + 정적 데이터 정리 2026-02-28 14:52:46 +09:00
003_perm_tree.sql feat(auth): RBAC 오퍼레이션 기반 2차원 권한 시스템 구현 2026-02-28 17:55:06 +09:00
004_oper_cd.sql feat(auth): RBAC 오퍼레이션 기반 2차원 권한 시스템 구현 2026-02-28 17:55:06 +09:00
005_db_consolidation.sql feat(backend): DB 통합 + 게시판 CRUD API + RBAC 적용 가이드 2026-02-28 18:37:14 +09:00
006_board.sql feat(backend): DB 통합 + 게시판 CRUD API + RBAC 적용 가이드 2026-02-28 18:37:14 +09:00
007_reports.sql feat(reports): 보고서 탭 localStorage → DB/API 전환 2026-02-28 20:59:11 +09:00
008_assets_seed.sql feat(assets): 방제자산 탭 mock → DB/API 전환 2026-02-28 21:36:56 +09:00
008_assets.sql feat(assets): 방제자산 탭 mock → DB/API 전환 2026-02-28 21:36:56 +09:00
009_incidents.sql feat(incidents): 사고관리 탭 mock → DB/API 전환 2026-02-28 22:20:37 +09:00
010_postgis_geom.sql feat(scat): SCAT Mock → API 전환 + PostGIS GEOMETRY 일괄 적용 2026-02-28 23:26:51 +09:00
011_scat.sql feat(scat): SCAT Mock → API 전환 + PostGIS GEOMETRY 일괄 적용 2026-02-28 23:26:51 +09:00