ipld-eth-server/db/migrations
2020-01-24 15:37:52 -06:00
..
00001_create_blocks_table.sql rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node 2019-12-02 13:24:51 -06:00
00002_create_full_sync_transactions_table.sql rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node 2019-12-02 13:24:51 -06:00
00003_add_block_index_to_blocks.sql rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node 2019-12-02 13:24:51 -06:00
00004_create_contracts_table.sql Remove extraneous migration formatting 2019-08-28 09:26:13 -05:00
00005_create_nodes_table.sql Remove extraneous migration formatting 2019-08-28 09:26:13 -05:00
00006_add_node_fk_to_blocks.sql rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node 2019-12-02 13:24:51 -06:00
00007_create_full_sync_logs_table.sql Remove extraneous db constraint 2019-09-10 13:58:58 -05:00
00008_add_node_block_number_unique_constraint_to_blocks.sql rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node 2019-12-02 13:24:51 -06:00
00009_add_block_id_index_to_full_sync_transactions.sql Rename transactions to full_sync_transactions 2019-03-28 14:31:17 -05:00
00010_add_node_id_index_to_blocks.sql rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node 2019-12-02 13:24:51 -06:00
00011_add_tx_to_index_to_full_sync_transactions.sql Remove extraneous migration formatting 2019-08-28 09:26:13 -05:00
00012_add_tx_from_index_to_full_sync_transactions.sql Remove extraneous migration formatting 2019-08-28 09:26:13 -05:00
00013_add_address_table.sql (VDB-925) Add hashed address to address table 2019-10-30 11:56:25 -05:00
00014_create_receipts_table.sql Updating full_sync_receipts to have FK reference to addresses 2019-08-23 10:11:37 -05:00
00015_add_transaction_id_index_to_receipts.sql Move add address migration table up in the migration order 2019-08-23 10:11:37 -05:00
00016_add_receipts_fk_to_logs.sql Remove extraneous db constraint 2019-09-10 13:58:58 -05:00
00017_create_log_filters.sql Remove extraneous migration formatting 2019-08-28 09:26:13 -05:00
00018_create_watched_event_logs.sql Decouple log extraction from transformer delegation 2019-08-28 09:25:13 -05:00
00019_update_log_filters_to_block_constraint.sql Remove extraneous migration formatting 2019-08-28 09:26:13 -05:00
00020_rename_node_table.sql rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node 2019-12-02 13:24:51 -06:00
00021_associate_receipts_with_blocks.sql rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node 2019-12-02 13:24:51 -06:00
00022_add_eth_node_fingerprint_to_blocks.sql rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node 2019-12-02 13:24:51 -06:00
00023_create_headers_table.sql Add indexes to columns used in plugin joins 2019-12-02 23:54:52 -06:00
00024_create_checked_headers_table.sql Make check_count a column on public.headers 2019-08-28 09:50:17 -05:00
00025_create_storage_diffs_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00026_create_queued_storage_diffs_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00027_create_header_sync_transactions_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00028_create_header_sync_receipts_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00029_create_uncles_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00030_create_header_sync_logs_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00031_create_watched_logs_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00032_create_header_cids_table.sql major refactoring of super_node to make it easier to support other chains 2020-01-24 15:37:52 -06:00
00033_create_transaction_cids_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00034_create_receipt_cids_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00035_create_state_cids_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00036_create_storage_cids_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00
00037_create_ipfs_blocks_table.sql (VDB-950) Write raw diffs before transforming 2019-12-03 14:51:17 -06:00