We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86edaee commit ed30ffcCopy full SHA for ed30ffc
1 file changed
shared/platform/testdb/pgx.go
@@ -123,6 +123,7 @@ func applyMigrationsWithPgx(t *testing.T, pool *pgxpool.Pool, service string) {
123
filepath.Join("..", "..", "services", service, "migrations"),
124
filepath.Join("..", "..", "..", "services", service, "migrations"),
125
filepath.Join("..", "..", "..", "..", "services", service, "migrations"),
126
+ filepath.Join("..", "..", "..", "..", "..", "services", service, "migrations"),
127
}
128
129
for _, path := range possiblePaths {
@@ -214,6 +215,7 @@ func applyMigrationsToSchema(t *testing.T, pool *pgxpool.Pool, service string, s
214
215
216
217
218
219
220
221
0 commit comments