Skip to content

Commit

Permalink
Fix #1042: Missing column signature_data_body in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Sep 11, 2023
1 parent ae5ad9f commit b416f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Database-Structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ CREATE TABLE pa_signature_audit
signature_type VARCHAR(255) NOT NULL,
signature VARCHAR(255) NOT NULL,
signature_metadata TEXT,
signature_data_body TEXT,
timestamp_created TIMESTAMP (6) NOT NULL,
valid BOOLEAN,
version INTEGER DEFAULT 2,
Expand Down

0 comments on commit b416f20

Please sign in to comment.