safe-migrate 0.8.0

Check PostgreSQL migrations against a synchronized database baseline
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -eu

if [ -z "${DATABASE_URL:-}" ]; then
    printf '%s\n' "DATABASE_URL is required for the live catalog sync test." >&2
    exit 2
fi

cargo test --locked --test live_catalog_sync \
    live_sync_preserves_routine_and_replication_catalogs_without_connection_secrets \
    -- --ignored --nocapture