mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 23:43:36 +00:00
Added migrations for mysql and postgres, added ci testing suites for them
This commit is contained in:
@@ -69,8 +69,8 @@ func checkSetup() {
|
||||
|
||||
if db != nil {
|
||||
db.Model(&user.Model{}).
|
||||
Where("is_disabled = ?", false).
|
||||
Where("is_system = ?", false).
|
||||
Where("is_disabled = ?", 0).
|
||||
Where("is_system = ?", 0).
|
||||
Count(&count)
|
||||
|
||||
if count == 0 {
|
||||
|
Reference in New Issue
Block a user