deso-protocol / deso-protocol/postgres-data-handler
wallet is no longer a VIEW, it is now a TABLE
Open
- 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.