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,
|
||||
access_failed_count,
|
||||
lockout_end_date_utc,
|
||||
billing_country_name,
|
||||
avatar,
|
||||
id_airbnb,
|
||||
airbnb_url,
|
||||
|
|
|
|||
|
|
@ -19,6 +19,5 @@ select
|
|||
billingcountryid as id_billing_country,
|
||||
twofactorenabled as is_twofactor_enabled,
|
||||
accessfailedcount as access_failed_count,
|
||||
lockoutenddateutc as lockout_end_date_utc,
|
||||
billingcountryname as billing_country_name
|
||||
lockoutenddateutc as lockout_end_date_utc
|
||||
from raw_user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue