Open suminb opened 3 years ago
Currently defined as:
-- auto-generated definition create unique index asset_value_asset_id_evaluated_at_granularity_key on asset_value (asset_id, evaluated_at, granularity);
We're going to need source as the fourth element in the unique key as:
source
(asset_id, evaluated_at, granularity, source)
Currently defined as:
We're going to need
source
as the fourth element in the unique key as: