ipld-eth-db/db/migrations
2022-03-31 12:45:27 -05:00
..
00001_create_ipfs_blocks_table.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00002_create_nodes_table.sql reorder columns to match order of values written to .sql files so that when we convert to .csv and load using COPY FROM it doesn't need to sort 2021-11-25 11:33:39 -06:00
00003_create_eth_schema.sql Create a docker image with postgres DB and concise migration. 2021-10-05 16:21:18 +05:30
00004_create_eth_header_cids_table.sql reorder columns to match order of values written to .sql files so that when we convert to .csv and load using COPY FROM it doesn't need to sort 2021-11-25 11:33:39 -06:00
00005_create_eth_uncle_cids_table.sql reorder columns to match order of values written to .sql files so that when we convert to .csv and load using COPY FROM it doesn't need to sort 2021-11-25 11:33:39 -06:00
00006_create_eth_transaction_cids_table.sql reorder columns to match order of values written to .sql files so that when we convert to .csv and load using COPY FROM it doesn't need to sort 2021-11-25 11:33:39 -06:00
00007_create_eth_receipt_cids_table.sql reorder columns to match order of values written to .sql files so that when we convert to .csv and load using COPY FROM it doesn't need to sort 2021-11-25 11:33:39 -06:00
00008_create_eth_state_cids_table.sql reorder columns to match order of values written to .sql files so that when we convert to .csv and load using COPY FROM it doesn't need to sort 2021-11-25 11:33:39 -06:00
00009_create_eth_storage_cids_table.sql reorder columns to match order of values written to .sql files so that when we convert to .csv and load using COPY FROM it doesn't need to sort 2021-11-25 11:33:39 -06:00
00010_create_eth_state_accounts_table.sql rename file, no schema changes 2022-01-07 12:51:29 -06:00
00011_create_eth_access_list_elements_table.sql remove pks; migrations to add back pks and fks 2021-11-18 17:46:50 -06:00
00012_create_eth_log_cids_table.sql reorder columns to match order of values written to .sql files so that when we convert to .csv and load using COPY FROM it doesn't need to sort 2021-11-25 11:33:39 -06:00
00013_create_postgraphile_comments.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00014_create_cid_indexes.sql indexes on receipt cid and mh_key should not be unique, as it is possible (but improbable) that two receipts can be identical 2022-02-16 14:11:23 -06:00
00015_create_stored_functions.sql Fix failing CI and update incremental migration. 2021-12-20 14:07:48 +05:30
00016_create_postgraphile_triggers.sql Fix CI test. 2021-12-20 21:20:50 +05:30
00017_create_db_version_table.sql include timestamp for when version is updated 2021-12-27 13:52:52 -06:00
00018_update_db_version.sql mig to upgrade schema version in db; mig to remove temporary indexes for logTrie fix 2022-01-10 12:13:49 -06:00
00019_create_eth_meta_schema.sql Add table for watched addresses in eth_meta schema 2022-03-17 19:02:05 +05:30
00020_create_watched_addresses_table.sql Add table for watched addresses in eth_meta schema 2022-03-17 19:02:05 +05:30
00021_create_known_gaps_table.sql update the pre- and post- batch sets with new meta schema and tables 2022-03-31 12:45:27 -05:00