mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
fix: migration for oauthproviders
This commit is contained in:
parent
bba9284c3e
commit
dd34dfce22
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,8 @@ class V16 extends Migration
|
|||
}
|
||||
}
|
||||
|
||||
$document->setAttribute('authProviders', $authProviders);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue