ipld-eth-server/db/migrations
2018-01-16 08:58:11 -06: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 Add fk constraint on logs 2018-01-16 08:58:11 -06:00
1516050071_add_log_fk_constraint.up.sql Add fk constraint on logs 2018-01-16 08:58:11 -06:00