]> Kevux Git Server - koopa/commit
Bugfix: add missing column 'can_manage_roles' in public.v_users_self
authorKevin Day <thekevinday@gmail.com>
Tue, 23 May 2017 02:15:10 +0000 (21:15 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 23 May 2017 02:15:10 +0000 (21:15 -0500)
commit0220064d2ef0abf7c9e7bfadc4b6e3b5c166af1c
tree9f18ac9fb937d17800ddba1d12d512e3f0bdc7ba
parent9ad72a6345d72e8285be0504482dfa77f73b67e8
Bugfix: add missing column 'can_manage_roles' in public.v_users_self

I originally intended to only provide the necessary columns.
However, in an attempt to simplify the PHP end of this, I decided to add NULL columns for such cases.
When I did this, I overlooked the 'can_manage_roles' column.

Looking at this, I might also be better of setting the values to FALSE instead of null::bool where is can be easily determined to be FALSE.
database/sql/standard/standard-users.sql