Skip to content

Commit 0edff13

Browse files
committed
Update schema docs for sancho-2-3-0
1 parent ce53c09 commit 0edff13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/schema.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Schema Documentation for cardano-db-sync
22

3+
Schema version: 13.2.0.0 (from branch **kderme/update-node-8-7** which may not accurately reflect the version number)
4+
**Note:** This file is auto-generated from the documentation in cardano-db/src/Cardano/Db/Schema.hs by the command `cabal run -- gen-schema-docs doc/schema.md`. This document should only be updated during the release process and updated on the release branch.
5+
36
### `schema_version`
47

58
The version of the database schema. Schema versioning is split into three stages as detailed below. This table should only ever have a single row.
@@ -801,7 +804,7 @@ A table for every committee key de-registration. New in 13.2-Conway.
801804
| `id` | integer (64) | |
802805
| `tx_id` | integer (64) | The Tx table index of the tx that includes this certificate. |
803806
| `cert_index` | integer (32) | The index of this deregistration within the certificates of this transaction. |
804-
| `hot_key` | bytea | The deregistered hot key hash |
807+
| `cold_key` | bytea | The deregistered cold key hash |
805808
| `voting_anchor_id` | integer (64) | The Voting anchor reference id |
806809

807810
### `drep_registration`

0 commit comments

Comments
 (0)