diff --git a/app/db.js b/app/db.js index 2aa2a80..c5a290b 100644 --- a/app/db.js +++ b/app/db.js @@ -5,7 +5,9 @@ import schema from './model/schema' import LpEvent from './model/lpEvents' import Profile from './model/profile' +const dbName = 'LiquidFunding' const adapter = new LokiJSAdapter({ + dbName, schema, })