cardano-community / koios-artifacts

Artifacts for https://koios.rest and https://api.koios.rest websites
Creative Commons Attribution 4.0 International
20 stars 25 forks source link

Missing word `FUNCTION` in `pool_history_cache.sql` #223

Closed xray-robot closed 1 year ago

xray-robot commented 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.

rdlrt commented 1 year ago

Fixed on lint branch (it's a WIP as need to go through all SQLs for linting recommendations)