aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/schema.go
blob: fb8498a29342b18d6786c81f20a07b4cb9a78bb7 (plain) (blame)
1
2
3
4
5
6
package storage

// "purity" is the first formal schema of LevelDB we release together with Swarm 0.3.5
const DbSchemaPurity = "purity"

const CurrentDbSchema = DbSchemaPurity