© 2026 Hedgehog Software, LLC
await db.execute(sql.raw( `ALTER SEQUENCE users_id_seq RESTART WITH ${Math.max(...users.map(u => u.id)) + 1}` ));