aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/schema.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/storage/schema.go')
-rw-r--r--swarm/storage/schema.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/swarm/storage/schema.go b/swarm/storage/schema.go
new file mode 100644
index 000000000..fb8498a29
--- /dev/null
+++ b/swarm/storage/schema.go
@@ -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