Skip to content

Update the event_descriptor table #67

@felipet

Description

@felipet

The event_descriptor column event_signature is assigned the data type BYTEA. This makes harder to read for humans, and given that this is a small table with a few rows, using an efficient data type provides fewer advantages, so it would be better to have something human-readable.

The proposal is to use the data type TEXT.

Metadata

Metadata

Assignees

Labels

P3Low priorityarea: backendStuff related to the backend service

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions