Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

refactor: Add data hash to messages and events tables #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nhunamit
Copy link

This commit adds a new column, data_hash, to the messages and events tables in the database. The data_hash column stores the SHA256 hash of the data field. (Fix: ERROR: index row size 3016 exceeds btree version 4 maximum 2704)

This commit adds a new column, `data_hash`, to the `messages` and `events` tables in the database. The `data_hash` column stores the SHA256 hash of the `data` field.
(Fix: ERROR: index row size 3016 exceeds btree version 4 maximum 2704)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant