You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/schema.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Schema Documentation for cardano-db-sync
2
2
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
+
3
6
### `schema_version`
4
7
5
8
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.
801
804
|`id`| integer (64) ||
802
805
|`tx_id`| integer (64) | The Tx table index of the tx that includes this certificate. |
803
806
|`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 |
805
808
|`voting_anchor_id`| integer (64) | The Voting anchor reference id |
0 commit comments