ipld-eth-db/db/migrations
2021-11-20 13:49:03 -06:00
..
00001_create_ipfs_blocks_table.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00002_create_nodes_table.sql use node_id as PK/FK 2021-11-18 08:19:36 -06:00
00003_create_eth_schema.sql Create a docker image with postgres DB and concise migration. 2021-10-05 16:21:18 +05:30
00004_create_eth_header_cids_table.sql use BIGINT not NUMERIC, it is faster for arithmetic operations and uses less space 2021-11-20 13:49:03 -06:00
00005_create_eth_uncle_cids_table.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00006_create_eth_transaction_cids_table.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00007_create_eth_receipt_cids_table.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00008_create_eth_state_cids_table.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00009_create_eth_storage_cids_table.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00010_create_eth_state_accouts_table.sql use BIGINT not NUMERIC, it is faster for arithmetic operations and uses less space 2021-11-20 13:49:03 -06:00
00011_create_eth_access_list_elements_table.sql remove pks; migrations to add back pks and fks 2021-11-18 17:46:50 -06:00
00012_create_eth_log_cids_table.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00013_create_postgraphile_comments.sql new natural primary key scheme 2021-11-14 18:23:26 -06:00
00014_create_cid_indexes.sql remove pks; migrations to add back pks and fks 2021-11-18 17:46:50 -06:00
00015_create_stored_functions.sql remove postgraphile trigger, it needs to be reworked after PK updates 2021-11-17 18:56:04 -06:00