mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 23:24:46 +02:00
Update OAuth migration (#409)
This commit is contained in:
parent
d7316c4dfe
commit
d4eecdd53d
@ -12,7 +12,7 @@ return new class extends Migration
|
||||
public function up(): void
|
||||
{
|
||||
Schema::table('users', function (Blueprint $table) {
|
||||
$table->json('oauth')->after('totp_authenticated_at');
|
||||
$table->json('oauth')->nullable()->after('totp_authenticated_at');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user