deso-protocol / deso-protocol/postgres-data-handler

wallet is no longer a VIEW, it is now a TABLE

Open
#105 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

Description

https://github.com/deso-protocol/postgres-data-handler/blob/cbef29c7f74bb3c1ef8a2fdcdd312bf2b2dde133/migrations/post_sync_migrations/20230714000001_create_postgraphile_fk_comments.go#L231

` comment on view wallet is NULL;`

Should become:

` comment on table wallet is NULL;`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.