From 698b07b074dc554578ecddd138972702f46d0879 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Mon, 7 Apr 2014 16:24:51 -0600 Subject: Add nested buckets. This commit adds the ability to create buckets inside of other buckets. It also replaces the buckets page with a root bucket. Fixes #56. --- meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta.go') diff --git a/meta.go b/meta.go index abb2a93..4212252 100644 --- a/meta.go +++ b/meta.go @@ -25,7 +25,7 @@ type meta struct { version uint32 pageSize uint32 flags uint32 - buckets pgid + root bucket freelist pgid pgid pgid txid txid -- cgit v1.2.3