Replace DB migrations #73

Closed
opened 2021-05-13 20:45:12 +00:00 by i-norden · 1 comment
Member
* `make` targets that build Postgres instance and run the full incremental set of migrations from [statediff-migrations](https://github.com/vulcanize/statediff-migrations) * Remove the "concise" set of migrations and db schema from this repo and put it in https://github.com/vulcanize/ipld-eth-db * Create documentation for the db schema/tables * Same [here](https://github.com/vulcanize/ipld-eth-server/issues/61)
arijitAD commented 2021-08-30 05:49:36 +00:00 (Migrated from github.com)

address column in log_cids table should be NOT NULL
https://github.com/vulcanize/statediff-migrations/pull/7#pullrequestreview-740905189
Currently, in geth statediff the column can have NULL values.

`address` column in `log_cids` table should be `NOT NULL` https://github.com/vulcanize/statediff-migrations/pull/7#pullrequestreview-740905189 Currently, in [geth statediff](https://github.com/vulcanize/go-ethereum/blob/55d2466745fb17b2db9bdca75adb3477fe4989ea/statediff/db/migrations/00016_create_eth_log_cids_table.sql#L7) the column can have `NULL` values.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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/go-ethereum#73
No description provided.