mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Adjust model database type mapping (#1949)
adjust definitions according to feedback from real world usage (ci.codeberg.org) close #1892 close #1865
This commit is contained in:
@@ -27,7 +27,7 @@ type oldStep020 struct {
|
||||
PPID int `xorm:"step_ppid"`
|
||||
Name string `xorm:"step_name"`
|
||||
State model.StatusValue `xorm:"step_state"`
|
||||
Error string `xorm:"VARCHAR(500) step_error"`
|
||||
Error string `xorm:"TEXT 'step_error'"`
|
||||
Started int64 `xorm:"step_started"`
|
||||
Stopped int64 `xorm:"step_stopped"`
|
||||
AgentID int64 `xorm:"step_agent_id"`
|
||||
|
||||
Reference in New Issue
Block a user