summaryrefslogtreecommitdiff
path: root/system/db/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/db/init.go')
-rw-r--r--system/db/init.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/db/init.go b/system/db/init.go
index eaf6d76..49329d3 100644
--- a/system/db/init.go
+++ b/system/db/init.go
@@ -9,6 +9,9 @@ import (
"github.com/boltdb/bolt"
"github.com/nilslice/jwt"
+
+ // initialize the system with db configuration
+ _ "github.com/ponzu-cms/ponzu/system/init"
)
var store *bolt.DB