@@ -18,12 +18,12 @@ |
||
18 | 18 | $table->string('password')->nullable()->change(); |
19 | 19 | // We need a new string field to store the oauth provider unique id in |
20 | 20 | $table->string('azure_id', 36) |
21 | - ->nullable() |
|
22 | - ->after('email'); |
|
21 | + ->nullable() |
|
22 | + ->after('email'); |
|
23 | 23 | // We need a new string field to store the user principal name in |
24 | 24 | $table->string('userPrincipalName') |
25 | - ->nullable() |
|
26 | - ->after('azure_id'); |
|
25 | + ->nullable() |
|
26 | + ->after('azure_id'); |
|
27 | 27 | }); |
28 | 28 | // We dont support password resets because social identity is external |
29 | 29 | Schema::dropIfExists('password_resets'); |