Update passkeys migration with new sql lib structure (#520)

This commit is contained in:
Leendert de Borst
2025-09-30 13:01:49 +02:00
parent b103aab646
commit 03ecc472b7
7 changed files with 331 additions and 0 deletions

View File

@@ -86,5 +86,6 @@ export const VAULT_VERSIONS: VaultVersion[] = [
version: '1.6.0',
description: 'Add Passkey Entity',
releaseVersion: '0.24.0',
compatibleUpToVersion: '0.24.0',
},
];