Skip to content

Commit 9390f73

Browse files
committed
revert accidental file inclusion
1 parent 653f1bb commit 9390f73

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

nix/docs/migration-tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ compare, and you could do something like the following:
4343
OLD_GIT_VERSION=...
4444
NEW_GIT_VERSION=...
4545
46-
nix run github:supabase/nix-postgres#migration-test wrappers \
47-
$(nix build "github:supabase/postgres/$OLD_GIT_VERSION#psql_14/bin") \
48-
$(nix build "github:supabase/postgres/$NEW_GIT_VERSION#psql_14/bin") \
46+
nix run github:supabase/nix-postgres#migration-test \
47+
$(nix build "github:supabase/nix-postgres/$OLD_GIT_VERSION#psql_14/bin") \
48+
$(nix build "github:supabase/nix-postgres/$NEW_GIT_VERSION#psql_14/bin") \
4949
pg_upgrade
5050
```

nix/tests/migrations/wrappers.sql

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)