add missing _utc suffix
This commit is contained in:
parent
f5ae39e443
commit
bfd05a6410
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ with
|
|||
{{ adapter.quote("IsStayImportingEnabled") }} as is_stay_importing_enabled,
|
||||
{{ adapter.quote("IgnoreStaysOnFirstImport") }}
|
||||
as ignore_stays_on_first_import,
|
||||
{{ adapter.quote("CreatedByCutOffDate") }} as cutoff_date,
|
||||
{{ adapter.quote("CreatedByCutOffDate") }} as cutoff_date_utc,
|
||||
{{ adapter.quote("AuthenticationConfiguration") }} authentication_configuration,
|
||||
{{ adapter.quote("CreatedDate") }} as created_at_utc,
|
||||
{{ adapter.quote("UpdatedDate") }} as updated_at_utc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue