Closed xray-robot closed 1 year ago
https://github.com/cardano-community/koios-artifacts/blob/6d8a8be300fb5ea4bd70bc7402ae2d7d4517ab96/files/grest/rpc/01_cached_tables/pool_history_cache.sql#L22
Should be CREATE OR REPLACE FUNCTION.
CREATE OR REPLACE FUNCTION
Fixed on lint branch (it's a WIP as need to go through all SQLs for linting recommendations)
https://github.com/cardano-community/koios-artifacts/blob/6d8a8be300fb5ea4bd70bc7402ae2d7d4517ab96/files/grest/rpc/01_cached_tables/pool_history_cache.sql#L22
Should be
CREATE OR REPLACE FUNCTION
.