swarm: schemas and migrations (#17813)
This commit is contained in:
committed by
GitHub
parent
14bef9a2db
commit
303b99663e
6
swarm/storage/schema.go
Normal file
6
swarm/storage/schema.go
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user