mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Skip auto dumping database migration
Fix user id from context
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
// Model is the model
|
||||
type Model struct {
|
||||
entity.ModelBase
|
||||
UserID int `json:"user_id" gorm:"column:user_id" filter:"user_id,integer"`
|
||||
UserID uint `json:"user_id" gorm:"column:user_id" filter:"user_id,integer"`
|
||||
Name string `json:"name" gorm:"column:name" filter:"name,string"`
|
||||
Type string `json:"type" gorm:"column:type" filter:"type,string"`
|
||||
Template string `json:"template" gorm:"column:template" filter:"template,string"`
|
||||
|
Reference in New Issue
Block a user