deso-protocol / deso-protocol/postgres-data-handler
wallet is no longer a VIEW, it is now a TABLE
Ouverte
- Langage dominant
- Go
- Étoiles
- 2
- Forks
- 5
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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;`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.