We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48f00e commit 810d2e6Copy full SHA for 810d2e6
src/sql/upgrade-83.sql
@@ -0,0 +1,3 @@
1
+-- This index was introduced in a migration but was never recorded in
2
+-- hydra.sql (the source of truth), which is why `if exists` is required.
3
+drop index if exists IndexBuildOutputsOnPath;
0 commit comments