Migrate Synapsis to embedded Turso
CI / smoke (push) Has been cancelled

This commit is contained in:
2026-07-14 15:50:12 -07:00
parent b4a9d82d05
commit 60f7dba46c
184 changed files with 8375 additions and 53945 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ async function migrateDIDs() {
// Find all users with legacy did:synapsis: format
const legacyUsers = await db.query.users.findMany({
where: (users, { like }) => like(users.did, 'did:synapsis:%'),
where: { did: { like: 'did:synapsis:%' } },
});
console.log(`Found ${legacyUsers.length} users with legacy DID format\n`);