diff --git a/make/migrations/postgresql/0081_2.5.2_schema.up.sql b/make/migrations/postgresql/0081_2.5.2_schema.up.sql new file mode 100644 index 000000000..a6aeca4b3 --- /dev/null +++ b/make/migrations/postgresql/0081_2.5.2_schema.up.sql @@ -0,0 +1 @@ +CREATE INDEX IF NOT EXISTS idx_artifact_repository_name ON artifact (repository_name); \ No newline at end of file