deso-protocol / deso-protocol/postgres-data-handler
wallet is no longer a VIEW, it is now a TABLE
Đang mở
- Ngôn ngữ chính
- Go
- Star
- 2
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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;`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.