adjust columns
This commit is contained in:
parent
f03fa6a865
commit
0d7770f578
2 changed files with 1 additions and 3 deletions
|
|
@ -22,7 +22,6 @@ select
|
||||||
is_twofactor_enabled,
|
is_twofactor_enabled,
|
||||||
access_failed_count,
|
access_failed_count,
|
||||||
lockout_end_date_utc,
|
lockout_end_date_utc,
|
||||||
billing_country_name,
|
|
||||||
avatar,
|
avatar,
|
||||||
id_airbnb,
|
id_airbnb,
|
||||||
airbnb_url,
|
airbnb_url,
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,5 @@ select
|
||||||
billingcountryid as id_billing_country,
|
billingcountryid as id_billing_country,
|
||||||
twofactorenabled as is_twofactor_enabled,
|
twofactorenabled as is_twofactor_enabled,
|
||||||
accessfailedcount as access_failed_count,
|
accessfailedcount as access_failed_count,
|
||||||
lockoutenddateutc as lockout_end_date_utc,
|
lockoutenddateutc as lockout_end_date_utc
|
||||||
billingcountryname as billing_country_name
|
|
||||||
from raw_user
|
from raw_user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue