mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 06:48:57 +00:00
removed parent_id from user table since not being used
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
|
||||
type User struct {
|
||||
ID int64 `meddler:"user_id,pk" json:"-"`
|
||||
ParentID int64 `meddler:"user_parent_id" json:"-"`
|
||||
Remote string `meddler:"user_remote" json:"remote"`
|
||||
Login string `meddler:"user_login" json:"login"`
|
||||
Access string `meddler:"user_access" json:"-"`
|
||||
|
Reference in New Issue
Block a user