removed parent_id from user table since not being used

This commit is contained in:
Brad Rydzewski
2014-07-09 18:39:31 -07:00
parent f4f23600d9
commit ab0a306cbc
4 changed files with 5 additions and 6 deletions

View File

@@ -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:"-"`