mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 17:06:49 +00: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