Fix for postgresql: you cannot compare a boolean column with integers
This commit is contained in:
parent
d1268c9905
commit
c9ba4c49e6
|
|
@ -8,8 +8,8 @@ scopes:
|
|||
label: backend::lang.user.superuser
|
||||
type: switch
|
||||
conditions:
|
||||
- is_superuser = 0
|
||||
- is_superuser = 1
|
||||
- is_superuser = false
|
||||
- is_superuser = true
|
||||
|
||||
login_date:
|
||||
label: backend::lang.user.last_login
|
||||
|
|
|
|||
Loading…
Reference in New Issue