ipld-eth-server/db/migrations
2018-11-01 14:55:56 -05:00
..
1508943247_create_blocks_table.down.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1508943247_create_blocks_table.up.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1508965325_add_columns_to_blocks.down.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1508965325_add_columns_to_blocks.up.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509119369_initial_transaction_table.down.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509119369_initial_transaction_table.up.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509391861_add_primary_key_to_blocks.down.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509391861_add_primary_key_to_blocks.up.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509460207_add_block_id_to_transactions.down.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509460207_add_block_id_to_transactions.up.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509484288_add_block_index.down.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509484288_add_block_index.up.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509633481_add_blocks_columns.down.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1509633481_add_blocks_columns.up.sql Nest migrations under db directory 2017-11-06 13:12:57 -06:00
1510257608_add_contracts_table.down.sql Update contract naming per Eric PR review 2017-11-13 10:11:27 -06:00
1510257608_add_contracts_table.up.sql Update contract naming per Eric PR review 2017-11-13 10:11:27 -06:00
1510262915_add_from_to_transactions.down.sql Added From field to transactions 2017-11-09 16:51:22 -06:00
1510262915_add_from_to_transactions.up.sql Added From field to transactions 2017-11-09 16:51:22 -06:00
1512417153_add_abi_to_watched_contracts.down.sql Store contract ABI on watched_contracts 2017-12-04 14:13:15 -06:00
1512417153_add_abi_to_watched_contracts.up.sql Store contract ABI on watched_contracts 2017-12-04 14:13:15 -06:00
1512504078_add_nodes_table.down.sql Update BlockChain to record NodeInfo (#95) 2017-12-07 13:32:16 -06:00
1512504078_add_nodes_table.up.sql Update BlockChain to record NodeInfo (#95) 2017-12-07 13:32:16 -06:00
1512507280_add_node_fk_to_blocks.down.sql Update BlockChain to record NodeInfo (#95) 2017-12-07 13:32:16 -06:00
1512507280_add_node_fk_to_blocks.up.sql Update BlockChain to record NodeInfo (#95) 2017-12-07 13:32:16 -06:00
1512595007_add_contract_hash_constraint_to_watched_contracts.down.sql Get ABI via etherscan API (#96) 2017-12-07 09:58:06 -06:00
1512595007_add_contract_hash_constraint_to_watched_contracts.up.sql Get ABI via etherscan API (#96) 2017-12-07 09:58:06 -06:00
1513029953_add_logs_table.down.sql Save Logs to DB (#100) 2017-12-12 15:55:26 -06:00
1513029953_add_logs_table.up.sql Save Logs to DB (#100) 2017-12-12 15:55:26 -06:00
1513192766_add_cascade_delete_to_transactions.down.sql Canonical blocks (#108) 2017-12-19 14:14:41 -06:00
1513192766_add_cascade_delete_to_transactions.up.sql Canonical blocks (#108) 2017-12-19 14:14:41 -06:00
1513275969_add_cascade_delete_to_blocks.down.sql Canonical blocks (#108) 2017-12-19 14:14:41 -06:00
1513275969_add_cascade_delete_to_blocks.up.sql Canonical blocks (#108) 2017-12-19 14:14:41 -06:00
1513613036_add_is_final_to_blocks.down.sql Block categorization (#110) 2017-12-20 14:06:22 -06:00
1513613036_add_is_final_to_blocks.up.sql Block categorization (#110) 2017-12-20 14:06:22 -06:00
1513781105_add_unique_constraint_blocks_node.down.sql Block categorization (#110) 2017-12-20 14:06:22 -06:00
1513781105_add_unique_constraint_blocks_node.up.sql Block categorization (#110) 2017-12-20 14:06:22 -06:00
1513783615_add_block_id_index_on_transactions_table.down.sql Block categorization (#110) 2017-12-20 14:06:22 -06:00
1513783615_add_block_id_index_on_transactions_table.up.sql Block categorization (#110) 2017-12-20 14:06:22 -06:00
1513783944_add_node_id_index_on_blocks_table.down.sql Block categorization (#110) 2017-12-20 14:06:22 -06:00
1513783944_add_node_id_index_on_blocks_table.up.sql Block categorization (#110) 2017-12-20 14:06:22 -06:00
1513805096_tx_to_index.down.sql Add indices for tx_to and tx_from (#112) 2017-12-20 16:58:37 -06:00
1513805096_tx_to_index.up.sql Add indices for tx_to and tx_from (#112) 2017-12-20 16:58:37 -06:00
1513805100_tx_from_index.down.sql Add indices for tx_to and tx_from (#112) 2017-12-20 16:58:37 -06:00
1513805100_tx_from_index.up.sql Add indices for tx_to and tx_from (#112) 2017-12-20 16:58:37 -06:00
1514392444_add_miner.down.sql Add Block Miner 2017-12-27 10:50:56 -06:00
1514392444_add_miner.up.sql Add Block Miner 2017-12-27 10:50:56 -06:00
1514397430_add_extra_data.down.sql Add extra data field 2017-12-27 12:10:08 -06:00
1514397430_add_extra_data.up.sql Add extra data field 2017-12-27 12:10:08 -06:00
1514476024_add_block_reward_uncle_reward.down.sql Add block rewards to db 2017-12-28 11:58:26 -06:00
1514476024_add_block_reward_uncle_reward.up.sql Add block rewards to db 2017-12-28 11:58:26 -06:00
1514502281_add_data_input_to_transactions.down.sql Add tx fields 2017-12-28 17:23:56 -06:00
1514502281_add_data_input_to_transactions.up.sql Add tx fields 2017-12-28 17:23:56 -06:00
1514564898_create_receipts_table.down.sql Add receipts (#119) 2018-01-03 11:23:43 -06:00
1514564898_create_receipts_table.up.sql Add receipts (#119) 2018-01-03 11:23:43 -06:00
1514932205_add_transaction_id_index_to_receipts.down.sql Add receipts (#119) 2018-01-03 11:23:43 -06:00
1514932205_add_transaction_id_index_to_receipts.up.sql Add receipts (#119) 2018-01-03 11:23:43 -06:00
1515613181_add_fields_to_node.down.sql Allow for multiple Geth nodes (#128) 2018-01-10 15:54:36 -06:00
1515613181_add_fields_to_node.up.sql Allow for multiple Geth nodes (#128) 2018-01-10 15:54:36 -06:00
1515613715_update_node_index.down.sql Allow for multiple Geth nodes (#128) 2018-01-10 15:54:36 -06:00
1515613715_update_node_index.up.sql Allow for multiple Geth nodes (#128) 2018-01-10 15:54:36 -06:00
1516050071_add_log_fk_constraint.down.sql Remove log_uc 2018-01-16 09:44:46 -06:00
1516050071_add_log_fk_constraint.up.sql Remove log_uc 2018-01-16 09:44:46 -06:00
1516648743_add_log_filters.down.sql Add Filters (#133) 2018-01-23 12:43:35 -06:00
1516648743_add_log_filters.up.sql Add Filters (#133) 2018-01-23 12:43:35 -06:00
1516653373_add_watched_event_logs.down.sql Commandline (#135) 2018-01-25 13:21:55 -06:00
1516653373_add_watched_event_logs.up.sql Add Filters (#133) 2018-01-23 12:43:35 -06:00
1517538273_update_gas_limit_gas_used.down.sql Separate repositories (#25) 2018-02-02 15:53:16 -06:00
1517538273_update_gas_limit_gas_used.up.sql Separate repositories (#25) 2018-02-02 15:53:16 -06:00
1517603663_rename_block_columns.down.sql Update table columns (#26) 2018-02-02 16:12:14 -06:00
1517603663_rename_block_columns.up.sql Update table columns (#26) 2018-02-02 16:12:14 -06:00
1517605676_update_tx_table_names.down.sql Update table columns (#26) 2018-02-02 16:12:14 -06:00
1517605676_update_tx_table_names.up.sql Update table columns (#26) 2018-02-02 16:12:14 -06:00
1517854395_update_log_filters_to_block_constraint.down.sql Add graphql server (#27) 2018-02-08 10:12:08 -06:00
1517854395_update_log_filters_to_block_constraint.up.sql Add graphql server (#27) 2018-02-08 10:12:08 -06:00
1520289493_update_eth18_types.down.sql Allow Parity as ingest node (#36) 2018-03-07 15:29:21 -06:00
1520289493_update_eth18_types.up.sql Allow Parity as ingest node (#36) 2018-03-07 15:29:21 -06:00
1521640994_rename_node_table.down.sql Rename node table and node column 2018-03-21 13:24:13 -05:00
1521640994_rename_node_table.up.sql Rename node table and node column 2018-03-21 13:24:13 -05:00
1525122581_associate_receipts_with_blocks.down.sql Associate receipts with blocks instead of transactions 2018-05-04 10:52:28 -05:00
1525122581_associate_receipts_with_blocks.up.sql Associate receipts with blocks instead of transactions 2018-05-04 10:52:28 -05:00
1525464568_add_eth_node_fingerprint_to_blocks.down.sql Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
1525464568_add_eth_node_fingerprint_to_blocks.up.sql Sync only missing blocks on cold import 2018-05-07 16:38:04 -05:00
1528317902_create_token_supply_table.down.sql Add ERC20 token watcher example 2018-06-27 14:41:51 -05:00
1528317902_create_token_supply_table.up.sql Add ERC20 token watcher example 2018-06-27 14:41:51 -05:00
1531758090_create_headers_table.down.sql Add light sync command 2018-07-18 16:34:12 -05:00
1531758090_create_headers_table.up.sql Add timestamp to block header 2018-10-12 12:00:02 -05:00
1532468317_create_checked_headers_table.down.sql Change timestamp on create_checked_headers_table migration 2018-11-01 14:12:58 -05:00
1532468317_create_checked_headers_table.up.sql Change timestamp on create_checked_headers_table migration 2018-11-01 14:12:58 -05:00
1532468318_create_maker_schema.down.sql Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
1532468318_create_maker_schema.up.sql Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
1532468319_create_flip_kick.down.sql Squash flip_kick checked_headers 2018-10-26 15:22:27 +02:00
1532468319_create_flip_kick.up.sql Squash flip_kick checked_headers 2018-10-26 15:22:27 +02:00
1533844125_create_frob.down.sql Squash frob checked_headers 2018-10-26 15:26:36 +02:00
1533844125_create_frob.up.sql Squash frob checked_headers 2018-10-26 15:26:36 +02:00
1534275305_create_price_feeds_table.down.sql Combine price feed transformers 2018-08-16 11:22:16 -05:00
1534275305_create_price_feeds_table.up.sql Add log index to Price Feed events 2018-10-23 15:25:21 -05:00
1534295712_create_tend.down.sql Squash tend checked_headers 2018-10-26 15:24:03 +02:00
1534295712_create_tend.up.sql Squash tend checked_headers 2018-10-26 15:24:03 +02:00
1534295713_create_bite.down.sql Squash bite checked_headers 2018-10-26 15:21:04 +02:00
1534295713_create_bite.up.sql Squash bite checked_headers 2018-10-26 15:21:04 +02:00
1534799167_create_dent.down.sql Squash dent checked_headers 2018-10-26 15:17:30 +02:00
1534799167_create_dent.up.sql Squash dent checked_headers 2018-10-26 15:17:30 +02:00
1535667935_create_pit_file.down.sql Squash pit_file checked_headers 2018-10-26 15:09:16 +02:00
1535667935_create_pit_file.up.sql Squash pit_file checked_headers 2018-10-26 15:09:16 +02:00
1536267596_create_vat_init.down.sql Remove _table from combined vat_init migration 2018-10-26 15:19:44 +02:00
1536267596_create_vat_init.up.sql Remove _table from combined vat_init migration 2018-10-26 15:19:44 +02:00
1536603967_create_drip_file.down.sql Squash drip_file checked_headers 2018-10-26 15:12:41 +02:00
1536603967_create_drip_file.up.sql Squash drip_file checked_headers 2018-10-26 15:12:41 +02:00
1536615440_create_deal.down.sql Squash deal checked_headers 2018-10-26 15:16:07 +02:00
1536615440_create_deal.up.sql Squash deal checked_headers 2018-10-26 15:16:07 +02:00
1536702963_add_price_feed_trigger.down.sql Update migration names to use unix timestamp 2018-09-19 13:42:15 -05:00
1536702963_add_price_feed_trigger.up.sql Update migration names to use unix timestamp 2018-09-19 13:42:15 -05:00
1536710319_create_drip_drip.down.sql Squash drip_drip checked_headers 2018-10-26 15:14:17 +02:00
1536710319_create_drip_drip.up.sql Squash drip_drip checked_headers 2018-10-26 15:14:17 +02:00
1536765047_create_cat_file.down.sql Squash cat_file checked_headers 2018-10-26 15:25:27 +02:00
1536765047_create_cat_file.up.sql Squash cat_file checked_headers 2018-10-26 15:25:27 +02:00
1536942529_create_flop_kick.down.sql Flop kick (#28) 2018-09-26 09:42:52 -05:00
1536942529_create_flop_kick.up.sql Add log index to various events (#78) 2018-10-23 16:33:04 -05:00
1537979235_update_price_feeds_trigger.down.sql update price feed trigger to return new price feed 2018-09-26 11:32:24 -05:00
1537979235_update_price_feeds_trigger.up.sql update price feed trigger to return new price feed 2018-09-26 11:32:24 -05:00
1538396815_create_vat_move.down.sql Add vat_move transformer (#47) 2018-10-12 16:13:13 +02:00
1538396815_create_vat_move.up.sql Add log index to Vat move 2018-10-23 15:25:21 -05:00
1538510582_create_vat_fold_table.down.sql vat.fold: correct table name in down migration 2018-10-10 13:37:31 +03:00
1538510582_create_vat_fold_table.up.sql Add log index to Vat fold 2018-10-23 15:25:21 -05:00
1538580167_remove_bid_id_unique_constraint.down.sql Remove bid_id unique constraint for Tend and Dent (#48) 2018-10-09 14:32:23 -05:00
1538580167_remove_bid_id_unique_constraint.up.sql Remove bid_id unique constraint for Tend and Dent (#48) 2018-10-09 14:32:23 -05:00
1538671228_create_vat_heal.down.sql Update create_vat_heal down migration 2018-11-01 14:13:07 -05:00
1538671228_create_vat_heal.up.sql Add log index to Vat heal 2018-10-23 15:25:21 -05:00
1538679495_create_vat_toll.down.sql Add Vat toll transformer 2018-10-09 11:40:35 -05:00
1538679495_create_vat_toll.up.sql Add log index to various events (#78) 2018-10-23 16:33:04 -05:00
1538689084_create_vat_tune.down.sql Add Vat tune transformer 2018-10-09 14:37:26 -05:00
1538689084_create_vat_tune.up.sql Add log index to various events (#78) 2018-10-23 16:33:04 -05:00
1539033620_create_vat_grab.down.sql Add Vat grab transformer 2018-10-09 16:48:19 -05:00
1539033620_create_vat_grab.up.sql Add log index to Vat grab 2018-10-23 15:25:21 -05:00
1539276289_create_vat_flux_table.down.sql migration for vat flux 2018-10-17 10:53:36 -05:00
1539276289_create_vat_flux_table.up.sql Add log index to various events (#78) 2018-10-23 16:33:04 -05:00
1539638109_create_vat_slip.down.sql Add Vat slip transformer 2018-10-17 13:30:35 -05:00
1539638109_create_vat_slip.up.sql Add log index to various events (#78) 2018-10-23 16:33:04 -05:00
1540297136_create_vow_flog.down.sql Update vow_flog migration for consistency 2018-11-01 14:55:56 -05:00
1540297136_create_vow_flog.up.sql Update vow_flog migration for consistency 2018-11-01 14:55:56 -05:00