Testing #72

Merged
KevinMidboe merged 23 commits from testing into master 2018-01-09 15:56:45 +00:00
Showing only changes of commit 0459fb9312 - Show all commits

View File

@@ -88,7 +88,7 @@ class SqliteDatabase {
const schemaPath = path.join(this.schemaDirectory, filename);
console.log(schemaPath)
const schema = fs.readFileSync(schemaPath).toString('utf-8');
console.log(schema)
console.log('schema: ', schema)
return schema;
}
}