mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-15 17:36:37 +00:00
refactor: rename passkeyChallenge to webauthnChallenge
- Renamed table for consistency with webauthnCredentials - Created migration script 1.8.1.ts for table rename - Updated schema definitions in SQLite and PostgreSQL - Maintains WebAuthn standard naming convention
This commit is contained in:
@@ -13,6 +13,8 @@ bootstrapVolume();
|
||||
|
||||
function createDb() {
|
||||
const sqlite = new Database(location);
|
||||
sqlite.pragma('foreign_keys = ON');
|
||||
sqlite.exec('VACUUM;'); // This will initialize the database file with a valid SQLite header
|
||||
return DrizzleSqlite(sqlite, { schema });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user