소스 인벤토리 구조 분석 (iss-bfacccaabbd5)
This commit is contained in:
parent
981a98a463
commit
33bb7303e5
1 changed files with 33 additions and 0 deletions
33
source-inventory/database-inventory.json
Normal file
33
source-inventory/database-inventory.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"inventoryId": "database-001",
|
||||
"category": "database",
|
||||
"description": "데이터베이스 인벤토리",
|
||||
"items": [
|
||||
{
|
||||
"id": "db-migration",
|
||||
"path": "db/migration",
|
||||
"type": "directory",
|
||||
"description": "데이터베이스 마이그레이션 스크립트",
|
||||
"tool": "Flyway",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "db-schema",
|
||||
"path": "db/schema",
|
||||
"type": "directory",
|
||||
"description": "데이터베이스 스키마 정의",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "db-seed",
|
||||
"path": "db/seed",
|
||||
"type": "directory",
|
||||
"description": "초기 데이터 시드",
|
||||
"status": "pending"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"created": "2025-07-10T14:38:23Z",
|
||||
"project": "runtime-smoke-20260710143823"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue