.. |
00001_create_ipfs_blocks_table.sql
|
split pre and post batch processing migrations apart; create make targets for running each
|
2021-11-18 19:03:37 -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
|
split pre and post batch processing migrations apart; create make targets for running each
|
2021-11-18 19:03:37 -06:00 |
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
|
split pre and post batch processing migrations apart; create make targets for running each
|
2021-11-18 19:03:37 -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_make_tables_unlogged.sql
|
make tables unlogged for batch import
|
2021-11-22 23:41:32 -06:00 |
00014_create_eth_db_version_table.sql
|
include timestamp for when version is updated
|
2021-12-27 13:52:52 -06:00 |
00015_update_db_version.sql
|
include timestamp for when version is updated
|
2021-12-27 13:52:52 -06:00 |