fosrl.pangolin/server/db/sqlite
Adrian Astles ec8d3569d3 fix: resolve build errors and improve database migration system
- Remove unused SQLite migration script 1.8.1.ts that was causing
  TypeScript compilation errors during PostgreSQL builds
- Fix verifyTotp.ts type error by adding proper null check for password
  parameter before passing to verifyPassword function
- Fix SQLite migration script 1.7.0.ts syntax errors in transaction
  structure and error handling
**- Update SQLite migration system to not drop tables by default, as this was used during testing and should not be in production.**

Fixes build failures for both "make build" (SQLite) and "make build-pg"
(PostgreSQL) Docker image builds.
2025-07-15 06:40:31 +08:00
..
driver.ts refactor: rename passkeyChallenge to webauthnChallenge 2025-07-03 21:53:07 +08:00
index.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
migrate.ts fix: resolve build errors and improve database migration system 2025-07-15 06:40:31 +08:00
schema.ts Merge branch 'dev' into user-management-and-resources 2025-07-15 05:51:47 +08:00