add raw string to database
Some checks are pending
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / End-to-End (push) Waiting to run
CI / Publish Docker (push) Blocked by required conditions
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-02 13:37:59 +10:00
parent f94339446d
commit f9b8e25c2f
6 changed files with 24 additions and 9 deletions

View File

@@ -74,4 +74,5 @@ type Updates struct {
UserName sql.NullString
PlaceholderChange sql.NullString
Name sql.NullString
RawChangeString []byte
}