mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
define foreign keys
This commit is contained in:
parent
fdc6e739b4
commit
7370815f9d
16 changed files with 59 additions and 26 deletions
|
|
@ -27,7 +27,7 @@ impl Identity {
|
|||
for auth_record in auth_records {
|
||||
if let Ok(gemini_records) = self.gemini.database.records() {
|
||||
for gemini_record in gemini_records {
|
||||
if gemini_record.id == auth_record.gemini_id {
|
||||
if gemini_record.id == auth_record.profile_identity_gemini_id {
|
||||
return Some(gemini_record.pem);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue