adjust columns

This commit is contained in:
Pablo Martin 2024-02-13 12:52:27 +01:00
parent f03fa6a865
commit 0d7770f578
2 changed files with 1 additions and 3 deletions

View file

@ -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,

View file

@ -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