deso-protocol / deso-protocol/postgres-data-handler
wallet is no longer a VIEW, it is now a TABLE
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 2
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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;`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.