From af90e7d85d16371dc40d2aa761a964e0e5ee3c67 Mon Sep 17 00:00:00 2001 From: WHYTEWYLL Date: Wed, 1 May 2024 15:50:26 +0300 Subject: [PATCH] add deprecaated --- models/gold/prices/price__ez_prices_hourly.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/gold/prices/price__ez_prices_hourly.sql b/models/gold/prices/price__ez_prices_hourly.sql index 56dfc3c..dfda724 100644 --- a/models/gold/prices/price__ez_prices_hourly.sql +++ b/models/gold/prices/price__ez_prices_hourly.sql @@ -14,6 +14,7 @@ SELECT blockchain, FALSE AS is_native, is_imputed, + is_deprecated, inserted_timestamp, modified_timestamp, complete_token_prices_id AS ez_prices_hourly_id @@ -30,6 +31,7 @@ SELECT blockchain, TRUE AS is_native, is_imputed, + is_deprecated, inserted_timestamp, modified_timestamp, complete_native_prices_id AS ez_prices_hourly_id