ipld-eth-server/db/migrations
Rob Mulholand e11f2c8c59 Don't duplicate queued storage diffs
- currently, if we don't recognize the same diff several times (e.g.
  if you restart the storage diff watcher pointed at the same file),
  we'll add the same row to the queue on each run.
- these changes assure we only queue an unrecognized diff once.
2019-06-14 11:26:15 -05:00
..
00001_create_blocks_table.sql review fixes 2019-04-04 15:21:39 -05:00
00002_create_full_sync_transactions_table.sql review fixes 2019-04-04 15:21:39 -05:00
00003_add_block_index_to_blocks.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00004_create_contracts_table.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00005_create_nodes_table.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00006_add_node_fk_to_blocks.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00007_create_logs_table.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00008_add_node_block_number_unique_constraint_to_blocks.sql Consolidate migrations 2019-03-23 10:57:39 -05: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 Consolidate migrations 2019-03-23 10:57:39 -05:00
00011_add_tx_to_index_to_full_sync_transactions.sql Rename transactions to full_sync_transactions 2019-03-28 14:31:17 -05:00
00012_add_tx_from_index_to_full_sync_transactions.sql Rename transactions to full_sync_transactions 2019-03-28 14:31:17 -05:00
00013_create_receipts_table.sql full_sync and light_sync receipt tables and light receipt repository methods and test 2019-04-05 16:36:48 -05:00
00014_add_transaction_id_index_to_receipts.sql full_sync and light_sync receipt tables and light receipt repository methods and test 2019-04-05 16:36:48 -05:00
00015_add_receipts_fk_to_logs.sql full_sync and light_sync receipt tables and light receipt repository methods and test 2019-04-05 16:36:48 -05:00
00016_create_log_filters.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00017_create_watched_event_logs.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00018_update_log_filters_to_block_constraint.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00019_rename_node_table.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00020_associate_receipts_with_blocks.sql full_sync and light_sync receipt tables and light receipt repository methods and test 2019-04-05 16:36:48 -05:00
00021_add_eth_node_fingerprint_to_blocks.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00022_create_headers_table.sql review fixes 2019-04-04 15:21:39 -05:00
00023_create_checked_headers_table.sql Consolidate migrations 2019-03-23 10:57:39 -05:00
00024_create_queued_storage.sql Don't duplicate queued storage diffs 2019-06-14 11:26:15 -05:00
00025_create_header_sync_transactions_table.sql (VDB-560) Rename lightSync to headerSync 2019-05-01 12:12:55 -05:00
00026_create_header_sync_receipts_table.sql (VDB-560) Rename lightSync to headerSync 2019-05-01 12:12:55 -05:00
00027_create_uncles_table.sql full_sync and light_sync receipt tables and light receipt repository methods and test 2019-04-05 16:36:48 -05:00