Skip to content

Commit

Permalink
Remove the schema checker, schema.yml and associated rake tasks
Browse files Browse the repository at this point in the history
Version 2.0 and greater of pglogical doesn't require that the columns
of a replicated table be in the same order on the source and destination
databases.

All of this was written to guard against and correct this situation
so now it can be removed.

ref: 2ndQuadrant/pglogical@88ff7ff

Closes ManageIQ#88
  • Loading branch information
carbonin committed Nov 16, 2017
1 parent b8206af commit 983c8e5
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 6,789 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
/tmp/

/spec/dummy/
/spec/replication/util/data/
Loading

0 comments on commit 983c8e5

Please sign in to comment.