pkgsite/migrations
Julie Qiu 4eab8a341e migrations: add version_map.go_mod_path column
This column will be used to display the canonical module path when a
frontend fetch results in fetching an alternative module path.

Updates golang/go#36811
Updates golang/go#37002
Updates golang/go#37106

Change-Id: Ie8ee6ba64ea799d264c1079c345e37d2e073da38
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/751268
Reviewed-by: Jonathan Amsterdam <jba@google.com>
2020-05-21 16:09:37 +00:00
..
000001_initial_schema_from_pg_dump.down.sql migrations: flatten schema 2020-04-06 17:09:52 -04:00
000001_initial_schema_from_pg_dump.up.sql migrations: remove USING btree in 000001 2020-04-16 17:40:44 +00:00
000002_add_modules_identity.down.sql migrations: add identity column to modules. 2020-04-06 17:09:52 -04:00
000002_add_modules_identity.up.sql migrations: add identity column to modules. 2020-04-06 17:09:52 -04:00
000003_add_paths_table.down.sql migrations: add paths table 2020-04-06 17:09:52 -04:00
000003_add_paths_table.up.sql migrations: add paths table 2020-04-06 17:09:52 -04:00
000004_redo_golang_search_config.down.sql migrations: redo search config 2020-04-06 17:09:52 -04:00
000004_redo_golang_search_config.up.sql migrations: redo search config 2020-04-06 17:09:52 -04:00
000005_change_b_weight.down.sql migrations: set B weight to 1 2020-04-06 17:09:52 -04:00
000005_change_b_weight.up.sql migrations: set B weight to 1 2020-04-06 17:09:52 -04:00
000006_add_identity_keys.down.sql migrations: add module_id columns 2020-04-07 02:06:19 +00:00
000006_add_identity_keys.up.sql migrations: add module_id columns 2020-04-07 02:06:19 +00:00
000007_add_readme_package_imports_documentation_tables.down.sql migrations: add readme, documentation and package_imports tables 2020-04-07 02:06:45 +00:00
000007_add_readme_package_imports_documentation_tables.up.sql migrations: fix missing comma in 000007 2020-04-07 15:37:39 +00:00
000008_remove_golang_text_config.down.sql migrations: remove golang text configuration 2020-04-08 19:19:14 +00:00
000008_remove_golang_text_config.up.sql migrations: remove golang text configuration 2020-04-08 19:19:14 +00:00
000009_add_path_tokens_config.down.sql migrations: add a text config for path tokens 2020-04-08 19:19:42 +00:00
000009_add_path_tokens_config.up.sql migrations: add a text config for path tokens 2020-04-08 19:19:42 +00:00
000010_rename_readme_filename_to_file_path.down.sql migrations: fix typo in 000010 down.sql 2020-04-16 17:35:34 +00:00
000010_rename_readme_filename_to_file_path.up.sql migrations: rename readme.filename to readme.file_path 2020-04-10 13:16:05 +00:00
000011_add_packages_index.down.sql migrations: add index for packages(module_path, version) 2020-04-16 17:34:01 +00:00
000011_add_packages_index.up.sql migrations: add index for packages(module_path, version) 2020-04-16 17:34:01 +00:00
000012_add_modules_series_path_index.down.sql migrations: add idx_modules_series_path 2020-04-16 17:46:57 +00:00
000012_add_modules_series_path_index.up.sql migrations: add idx_modules_series_path 2020-04-16 17:46:57 +00:00
000013_add_version_map_indexes.down.sql migrations: add indexes to version_map 2020-04-16 18:03:53 +00:00
000013_add_version_map_indexes.up.sql migrations: add indexes to version_map 2020-04-16 18:03:53 +00:00
000014_add_paths_module_id_index.down.sql migrations: add index to paths.module_id 2020-04-16 18:22:42 +00:00
000014_add_paths_module_id_index.up.sql migrations: add index to paths.module_id 2020-04-16 18:22:42 +00:00
000015_add_package_version_states_module_path_version_index.down.sql migrations: add index on package_version_states(module_path, version) 2020-04-22 15:23:39 +00:00
000015_add_package_version_states_module_path_version_index.up.sql migrations: add index on package_version_states(module_path, version) 2020-04-22 15:23:39 +00:00
000016_add_module_version_states_num_packages.down.sql migrations: add num_packages column to module_version_states 2020-04-23 02:22:17 +00:00
000016_add_module_version_states_num_packages.up.sql migrations: add num_packages column to module_version_states 2020-04-23 02:22:17 +00:00
000017_add_module_version_states_num_packages_index.down.sql migrations: add module_version_states.num_packages index 2020-04-23 14:06:34 +00:00
000017_add_module_version_states_num_packages_index.up.sql migrations: add module_version_states.num_packages index 2020-04-23 14:06:34 +00:00
000018_add_module_version_states_status_index.down.sql migrations: add module_version_states.status index 2020-04-29 02:37:05 +00:00
000018_add_module_version_states_status_index.up.sql migrations: add module_version_states.status index 2020-04-29 02:37:05 +00:00
000019_add_imports_unique_index.down.sql migrations: add an index to imports_unique 2020-04-29 16:17:12 +00:00
000019_add_imports_unique_index.up.sql migrations: add an index to imports_unique 2020-04-29 16:17:12 +00:00
000020_add_search_documents_module_path_index.down.sql migrations: add search_documents.module_path index 2020-05-01 03:42:58 +00:00
000020_add_search_documents_module_path_index.up.sql migrations: add search_documents.module_path index 2020-05-01 03:42:58 +00:00
000021_add_version_map_go_mod_path_column.down.sql migrations: add version_map.go_mod_path column 2020-05-21 16:09:37 +00:00
000021_add_version_map_go_mod_path_column.up.sql migrations: add version_map.go_mod_path column 2020-05-21 16:09:37 +00:00