WIP: Compare incremental and compressed schema #97

Closed
arijitAD wants to merge 1 commits from compare-schema into master
arijitAD commented 2021-09-09 07:00:39 +00:00 (Migrated from github.com)

Need for https://github.com/vulcanize/go-ethereum/issues/73
We need to compare the incremental and compressed schema and make sure both of them are the same since we maintain them separately.
Used this tool to compare schema. This can be added to the CI.

migra postgresql://vdbm:password@localhost:8077/vulcanize_public postgresql://vdbm:password@localhost:8077/vulcanize_testing
Need for https://github.com/vulcanize/go-ethereum/issues/73 We need to compare the incremental and compressed schema and make sure both of them are the same since we maintain them separately. Used [this tool](https://github.com/djrobstep/migra) to compare schema. This can be added to the CI. ``` migra postgresql://vdbm:password@localhost:8077/vulcanize_public postgresql://vdbm:password@localhost:8077/vulcanize_testing ```
arijitAD commented 2021-10-21 10:39:58 +00:00 (Migrated from github.com)
https://github.com/vulcanize/ipld-eth-db/pull/15 Already done in `ipld-eth-db`

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#97
No description provided.