vllm-project / vllm-project/aibrix

console: store models, proto, and SQL migrations are misaligned

Open
#2,181 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
5.1k
Forks
694
Avg merge
1d 20h
Merged PRs (30d)
98

Description

### 🐛 Describe the bug

The console BFF has three sources of truth for its persisted entities:

1. Proto — apps/console/api/proto/console/v1/console.proto
2. GORM models — apps/console/api/store/models/*.go
3. SQL migrations — apps/console/api/store/migrations/001_initial.sql

This issue tracks the alignment work. Nothing here is a feature request — it's strictly about making the existing three layers say the same thing.

### Steps to Reproduce

N/A

### Expected behavior

they should be exact matched.

### Environment

nightly

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.