ipld-eth-db/db/post_batch_processing_migrations
2022-04-06 18:44:19 -05:00
..
00016_create_ipld_pk_constraint.sql update pre- and post- sets 2022-03-21 19:53:48 -05:00
00017_update_db_version.sql mig to upgrade schema version in db; mig to remove temporary indexes for logTrie fix 2022-01-10 12:13:49 -06:00
00018_create_log_indexes.sql disable and renable indexes correctly 2022-01-10 21:51:04 -06:00
00019_create_log_mhk_fk.sql update pre- and post- sets 2022-03-21 19:53:48 -05:00
00020_disable_log_indexes_and_drop_mhk_fk.sql update pre- and post- sets 2022-03-21 19:53:48 -05:00
00021_reenable_and_drop_log_indexes.sql prep for integrated node of v3 2022-01-25 08:29:25 -06:00
00022_drop_non_unique_indexes.sql drop un-unique indexes 2022-01-25 12:31:59 -06:00
00023_create_pk_constraints_part1.sql split pk application into two parts 2022-01-26 13:01:41 -06:00
00024_create_pk_constraints_part2.sql updates order of columns in compound PKs, update indexes e.g. we don't need a btree index on a column if it is the first column in the compound PK index but we do need a btree index for the later columns in a compound PK (searches on first column of a compound index are just as fast as searches on a btree index for that column alone, but searches on the 2nd or 3rd column in a compound index are significantly slower than on dedicated indexes) 2022-03-28 18:22:57 -05:00
00025_make_tables_logged.sql split pk application into two parts 2022-01-26 13:01:41 -06:00
00026_create_fk_relations.sql migrations for hypertables and distributed hypertables 2022-04-06 18:44:19 -05:00
00027_create_postgraphile_comments.sql split pk application into two parts 2022-01-26 13:01:41 -06:00
00028_create_cid_indexes.sql updates order of columns in compound PKs, update indexes e.g. we don't need a btree index on a column if it is the first column in the compound PK index but we do need a btree index for the later columns in a compound PK (searches on first column of a compound index are just as fast as searches on a btree index for that column alone, but searches on the 2nd or 3rd column in a compound index are significantly slower than on dedicated indexes) 2022-03-28 18:22:57 -05:00
00029_create_stored_functions.sql stored functions for creating state and storage snapshots from the set of all diffs in Postgres 2022-03-28 18:20:29 -05:00
00030_create_postgraphile_triggers.sql split pk application into two parts 2022-01-26 13:01:41 -06:00