You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-31 06:24:22 +03:00
Added migrations for mysql and postgres, added ci testing suites for them
This commit is contained in:
@ -16,7 +16,7 @@ type KeysModel struct {
|
||||
|
||||
// TableName overrides the table name used by gorm
|
||||
func (KeysModel) TableName() string {
|
||||
return "keys"
|
||||
return "jwt_keys"
|
||||
}
|
||||
|
||||
// LoadByID will load from an ID
|
||||
|
Reference in New Issue
Block a user