feat(indexer/postgres)!: add basic support for header, txs and events (backport #22695) (#22808)

Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-12-09 21:02:58 +01:00
committed by GitHub
co-authored by Facundo Medica Julien Robert
parent 10efb9c1b5
commit 9ec294a356
62 changed files with 244 additions and 182 deletions
+1
View File
@@ -398,6 +398,7 @@ func protoCol(f protoreflect.FieldDescriptor) schema.Field {
col.Kind = schema.StringKind
case protoreflect.BytesKind:
col.Kind = schema.BytesKind
col.Nullable = true
case protoreflect.EnumKind:
// TODO: support enums
col.Kind = schema.EnumKind