Changes between Initial Version and Version 3 of Ticket #2976


Ignore:
Timestamp:
Aug 29, 2023, 6:39:41 AM (10 months ago)
Author:
strk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2976

    • Property Owner changed from sac@… to strk
    • Property Component Systems AdminGitea
  • Ticket #2976 – Description

    initial v3  
    22
    33Examples:
    4 ```
     4{{{
    552023/08/29 06:12:10 cmd/web.go:175:serveInstalled() [W] Table webhook Column is_system_webhook db nullable is false, struct nullable is true
    662023/08/29 06:12:10 cmd/web.go:175:serveInstalled() [W] Table hook_task column id db type is SERIAL, struct type is BIGSERIAL
    772023/08/29 06:12:10 cmd/web.go:175:serveInstalled() [W] Table hook_task has column repo_id but struct has not related field
    882023/08/29 06:12:10 cmd/web.go:175:serveInstalled() [W] Table review column type db type is VARCHAR(255), struct type is INTEGER
    9 ```
     9}}}
    1010
    1111There might be a missing upgrade procedure step to be performed (maybe on staging first)