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;`
postgres-data-handler/migrations/post_sync_migrations/20230714000001_create_postgraphile_fk_comments.go
Line 231 in cbef29c
comment on view wallet is NULL;Should become:
comment on table wallet is NULL;