testing PV: debug DB init script
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
This commit is contained in:
@@ -12,6 +12,7 @@ if (!fs.existsSync(dir)) {
|
|||||||
|
|
||||||
const db = new Database(fullPath);
|
const db = new Database(fullPath);
|
||||||
|
|
||||||
|
console.log('xxx RUN')
|
||||||
let createSQLStmt = `CREATE TABLE IF NOT EXISTS users
|
let createSQLStmt = `CREATE TABLE IF NOT EXISTS users
|
||||||
(id INTEGER PRIMARY KEY AUTOINCREMENT,
|
(id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
name TEXT NOT NULL UNIQUE,
|
name TEXT NOT NULL UNIQUE,
|
||||||
|
|||||||
Reference in New Issue
Block a user