fix(model): rename Application table to hpc_applications

Avoid table name collision with other systems.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
dailz
2026-04-15 09:32:11 +08:00
parent 20576bc325
commit d9a60c3511

View File

@@ -31,7 +31,7 @@ type Application struct {
} }
func (Application) TableName() string { func (Application) TableName() string {
return "applications" return "hpc_applications"
} }
// ParameterSchema defines a single parameter in an application's form schema. // ParameterSchema defines a single parameter in an application's form schema.