.. |
000001_initial_schema_from_pg_dump.down.sql
|
migrations: fix bug in to_tsv_parent_directories
|
2020-03-27 16:46:45 -04:00 |
000001_initial_schema_from_pg_dump.up.sql
|
all: clean up references
|
2020-04-06 17:09:52 -04:00 |
000002_fix_to_tsv_parent_directories.down.sql
|
migrations: set to_tsv_parent_directories, hll_hash and hll_zeros as parallel safe
|
2020-03-27 16:46:46 -04:00 |
000002_fix_to_tsv_parent_directories.up.sql
|
migrations: set to_tsv_parent_directories, hll_hash and hll_zeros as parallel safe
|
2020-03-27 16:46:46 -04:00 |
000003_add_idx_imports_from_path_from_version.down.sql
|
migrations: add idx_imports_from_path_from_version
|
2020-03-27 16:46:46 -04:00 |
000003_add_idx_imports_from_path_from_version.up.sql
|
migrations: add idx_imports_from_path_from_version
|
2020-03-27 16:46:46 -04:00 |
000004_set_applicable_udfs_parallel_safe.down.sql
|
migrations: set to_tsv_parent_directories, hll_hash and hll_zeros as parallel safe
|
2020-03-27 16:46:46 -04:00 |
000004_set_applicable_udfs_parallel_safe.up.sql
|
migrations: set to_tsv_parent_directories, hll_hash and hll_zeros as parallel safe
|
2020-03-27 16:46:46 -04:00 |
000005_add_table_vanity_prefixes.down.sql
|
migrations: add table vanity_prefixes
|
2020-03-27 16:46:46 -04:00 |
000005_add_table_vanity_prefixes.up.sql
|
migrations: add table vanity_prefixes
|
2020-03-27 16:46:46 -04:00 |
000006_add_excluded_prefixes_check.down.sql
|
migrations: add check constraint for empty string on excluded_prefixes
|
2020-03-27 16:46:46 -04:00 |
000006_add_excluded_prefixes_check.up.sql
|
migrations: add check constraint for empty string on excluded_prefixes
|
2020-03-27 16:46:46 -04:00 |
000007_add_licenses_coverage.down.sql
|
migrations: add coverage column to licenses
|
2020-03-27 16:46:48 -04:00 |
000007_add_licenses_coverage.up.sql
|
migrations: add coverage column to licenses
|
2020-03-27 16:46:48 -04:00 |
000008_add_sort_version.down.sql
|
migrations: add a sort_version column
|
2020-03-27 16:46:48 -04:00 |
000008_add_sort_version.up.sql
|
migrations: add a sort_version column
|
2020-03-27 16:46:48 -04:00 |
000009_top_modules_view.down.sql
|
migrations: add view for license information
|
2020-03-27 16:46:49 -04:00 |
000009_top_modules_view.up.sql
|
migrations: add view for license information
|
2020-03-27 16:46:49 -04:00 |
000010_sort_version_not_null.down.sql
|
migrations: make sort_version non-null
|
2020-03-27 16:46:49 -04:00 |
000010_sort_version_not_null.up.sql
|
migrations: make sort_version non-null
|
2020-03-27 16:46:49 -04:00 |
000011_add_experiments_table.down.sql
|
migrations: rename feature_flags to experiments
|
2020-03-27 16:46:49 -04:00 |
000011_add_experiments_table.up.sql
|
migrations: rename feature_flags to experiments
|
2020-03-27 16:46:49 -04:00 |
000012_version_columns_nullable.down.sql
|
migrations: allow version fields to be null
|
2020-03-27 16:46:49 -04:00 |
000012_version_columns_nullable.up.sql
|
migrations: allow version fields to be null
|
2020-03-27 16:46:49 -04:00 |
000013_remove_version_columns.down.sql
|
migrations: remove version fields
|
2020-03-27 16:46:49 -04:00 |
000013_remove_version_columns.up.sql
|
migrations: remove version fields
|
2020-03-27 16:46:49 -04:00 |
000014_rename_vanity_prefixes_to_alternative_module_paths.down.sql
|
migrations: rename vanity_prefixes to alternative_module_paths
|
2020-03-27 16:46:50 -04:00 |
000014_rename_vanity_prefixes_to_alternative_module_paths.up.sql
|
migrations: rename vanity_prefixes to alternative_module_paths
|
2020-03-27 16:46:50 -04:00 |
000015_create_package_version_states.down.sql
|
migrations: create package_version_states table
|
2020-03-27 16:46:50 -04:00 |
000015_create_package_version_states.up.sql
|
migrations: create package_version_states table
|
2020-03-27 16:46:50 -04:00 |
000016_add_redistributable_column.down.sql
|
migrations: add redistributable column to version
|
2020-03-27 16:46:50 -04:00 |
000016_add_redistributable_column.up.sql
|
migrations: add redistributable column to version
|
2020-03-27 16:46:50 -04:00 |
000017_add_go_mod_path_column.down.sql
|
migrations: add a go_mod_path column
|
2020-03-27 16:46:50 -04:00 |
000017_add_go_mod_path_column.up.sql
|
migrations: add a go_mod_path column
|
2020-03-27 16:46:50 -04:00 |
000018_redistributable_not_null.down.sql
|
migrations: make versions.redistributable non-null
|
2020-03-27 16:46:51 -04:00 |
000018_redistributable_not_null.up.sql
|
migrations: make versions.redistributable non-null
|
2020-03-27 16:46:51 -04:00 |
000019_add_has_go_mod_column.down.sql
|
migrations: add has_go_mod column
|
2020-03-27 16:46:51 -04:00 |
000019_add_has_go_mod_column.up.sql
|
migrations: add has_go_mod column
|
2020-03-27 16:46:51 -04:00 |
000020_create_version_map.down.sql
|
migrations: add version_map table
|
2020-03-27 16:46:51 -04:00 |
000020_create_version_map.up.sql
|
migrations: add version_map table
|
2020-03-27 16:46:51 -04:00 |
000021_add_popular_search_go_mod.down.sql
|
migrations: add popular_search_go_mod stored procedure
|
2020-03-27 16:46:51 -04:00 |
000021_add_popular_search_go_mod.up.sql
|
migrations: add factor parameters to popular_search_go_mod
|
2020-03-27 16:46:52 -04:00 |
000022_alter_version_map.down.sql
|
migrations: drop fk in version_map and add sort_version
|
2020-03-27 16:46:52 -04:00 |
000022_alter_version_map.up.sql
|
migrations: put migration 22 back the way it was
|
2020-04-06 17:09:52 -04:00 |
000023_set_module_version_states_status_error_not_null.down.sql
|
migrations: add not null contraints to module_version_states status and error
|
2020-04-06 15:50:51 -04:00 |
000023_set_module_version_states_status_error_not_null.up.sql
|
migrations: remove null columns from DB before altering
|
2020-04-06 15:50:51 -04:00 |
000024_set_module_version_states_go_mod_path_not_null.down.sql
|
migrations: set module_version_states.go_mod_path not null
|
2020-04-06 15:50:52 -04:00 |
000024_set_module_version_states_go_mod_path_not_null.up.sql
|
migrations: set module_version_states.go_mod_path not null
|
2020-04-06 15:50:52 -04:00 |
000025_add_modules_view.down.sql
|
migrations: create modules view
|
2020-04-06 15:50:52 -04:00 |
000025_add_modules_view.up.sql
|
migrations: create modules view
|
2020-04-06 15:50:52 -04:00 |
000026_fix_imports_pkey.down.sql
|
migrations: fix the imports table primary key
|
2020-04-06 15:50:52 -04:00 |
000026_fix_imports_pkey.up.sql
|
migrations: fix the imports table primary key
|
2020-04-06 15:50:52 -04:00 |
000027_rename_versions_to_modules.down.sql
|
migrations: rename versions table to modules
|
2020-04-06 15:50:52 -04:00 |
000027_rename_versions_to_modules.up.sql
|
migrations: rename versions table to modules
|
2020-04-06 15:50:52 -04:00 |