Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
dummy commit to test the difference
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Sep 14, 2022
1 parent 7030f77 commit f3c01b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/scripts/test_synapse_port_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@ echo "+++ Comparing ported schema with unported schema"
psql synapse -c "DROP TABLE port_from_sqlite3;"
pg_dump --format=plain --schema-only --no-tablespaces --no-acl --no-owner synapse_unported > unported.sql
pg_dump --format=plain --schema-only --no-tablespaces --no-acl --no-owner synapse > ported.sql

echo aasiodasoidasoidjasd >> ported.sql

# By default, `diff` returns zero if there are no changes and nonzero otherwise
diff -u unported.sql ported.sql | tee schema_diff

0 comments on commit f3c01b9

Please sign in to comment.