feat(repairs): add repair management foundation
This commit is contained in:
parent
22e54f212c
commit
e9ec207617
37 changed files with 2149 additions and 7 deletions
|
|
@ -8,6 +8,11 @@ from alembic import context
|
|||
from app.core.config import settings
|
||||
from app.db.database import Base
|
||||
import app.models.user
|
||||
import app.models.customer
|
||||
import app.models.knowledge
|
||||
import app.models.audit
|
||||
import app.models.rbac
|
||||
import app.models.repair
|
||||
|
||||
config = context.config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue