Open
Description
Problem
We currently have these tests:
postgres/migrations/tests/database/exists.sql
Lines 2 to 8 in 61ff753
As one example, has_schema('storage');
is redundant with
postgres/nix/tests/expected/storage.out
Lines 1 to 14 in 61ff753
Which provides more information.
Editing the exists.sql
file makes up for more work on PRs (example) while not providing any more test coverage.
Additionally, it's easier to locate all storage
concerns in a single file, the same for the other schemas.
Solution
Remove migrations/tests/database/exists.sql
while ensuring the test coverage is preserved.
Metadata
Metadata
Assignees
Labels
No labels