testing PV: debug DB init script
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-10-13 13:31:12 +02:00
parent 5128398516
commit 04b5aaa0dc

View File

@@ -12,6 +12,7 @@ if (!fs.existsSync(dir)) {
const db = new Database(fullPath);
console.log('xxx RUN')
let createSQLStmt = `CREATE TABLE IF NOT EXISTS users
(id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL UNIQUE,