fosrl.pangolin/server/setup/scriptsSqlite
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
..
1.0.0-beta1.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.0.0-beta2.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.0.0-beta3.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.0.0-beta5.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.0.0-beta6.ts fix semi colons 2025-06-09 23:52:16 +02:00
1.0.0-beta9.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.0.0-beta10.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.0.0-beta12.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.0.0-beta13.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.0.0-beta15.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.0.0.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.1.0.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.2.0.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.3.0.ts support postgresql as database option 2025-06-04 12:02:07 -04:00
1.4.0.ts renamed passkey to security key to stay aligned with the UI and other backend naming. 2025-07-05 21:51:31 +08:00
1.5.0.ts dont throw if fail to migration config 2025-06-05 11:55:59 -04:00
1.6.0.ts add migration for 1.6.0 2025-06-19 15:58:05 -04:00
1.7.0.ts fix: resolve build errors and improve database migration system 2025-07-15 06:40:31 +08:00
1.8.0.ts renamed passkey to security key to stay aligned with the UI and other backend naming. 2025-07-05 21:51:31 +08:00