sqldb/sqlc: prune_log schema

Define the schema for the prune log.
This commit is contained in:
Elle Mouton
2025-06-11 17:32:52 +02:00
parent 33e6f28542
commit 102c04daaf
3 changed files with 19 additions and 1 deletions

View File

@@ -181,6 +181,11 @@ type NodeFeature struct {
FeatureBit int32
}
type PruneLog struct {
BlockHeight int64
BlockHash []byte
}
type SourceNode struct {
NodeID int64
}