* clear

* feat: Add everything

* fix: Commenht
This commit is contained in:
Prad Nukala
2025-10-03 14:45:52 -04:00
committed by GitHub
parent 43b4a11c06
commit 13e6c3e84d
1935 changed files with 655061 additions and 40058 deletions
@@ -0,0 +1,16 @@
-- +goose Up
-- +goose StatementBegin
-- Step 1: Execute the main function to fetch and parse data
SELECT * FROM fetch_and_parse_cosmos_chains();
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
-- Clean up data from all tables
DELETE FROM chain_params;
DELETE FROM chain_assets;
DELETE FROM chain_versions;
DELETE FROM chain_explorers;
DELETE FROM chain_apis;
DELETE FROM chains;
-- +goose StatementEnd