mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-30 20:50:02 +00:00
Feat: Server refactor v1 (#1509)
Some checks are pending
Pre-commit / pre-commit (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Some checks are pending
Pre-commit / pre-commit (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
This commit is contained in:
parent
1e542f9d27
commit
712f20a8fa
179 changed files with 5593 additions and 6063 deletions
|
|
@ -15,7 +15,7 @@
|
|||
from sqlmodel import Field, SQLModel, UniqueConstraint
|
||||
|
||||
from app.model.abstract.model import AbstractModel, DefaultTimes
|
||||
from app.type.config_group import ConfigGroup
|
||||
from app.shared.types.config_group import ConfigGroup
|
||||
|
||||
|
||||
class Config(AbstractModel, DefaultTimes, table=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue