quorum/swarm/storage/schema.go

7 lines
176 B
Go
Raw Normal View History

2018-10-03 05:31:59 -07:00
package storage
// "purity" is the first formal schema of LevelDB we release together with Swarm 0.3.5
const DbSchemaPurity = "purity"
const CurrentDbSchema = DbSchemaPurity