keep original presentation name
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m0s
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m0s
This commit is contained in:
@@ -354,6 +354,9 @@ export async function initDatabase() {
|
||||
if (!(await db.columnExists('rooms', 'presentation_file'))) {
|
||||
await db.exec('ALTER TABLE rooms ADD COLUMN presentation_file TEXT DEFAULT NULL');
|
||||
}
|
||||
if (!(await db.columnExists('rooms', 'presentation_name'))) {
|
||||
await db.exec('ALTER TABLE rooms ADD COLUMN presentation_name TEXT DEFAULT NULL');
|
||||
}
|
||||
|
||||
// ── Default admin ───────────────────────────────────────────────────────
|
||||
const adminEmail = process.env.ADMIN_EMAIL || 'admin@example.com';
|
||||
|
||||
Reference in New Issue
Block a user