mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-04 03:27:54 +01:00
Update finishing.blade.php
This commit is contained in:
parent
066656a073
commit
2a47554428
@ -155,12 +155,11 @@ use App\Models\Page;
|
||||
Schema::enableForeignKeyConstraints();
|
||||
|
||||
// Adds new column to the users table
|
||||
try {
|
||||
if (!Schema::hasColumn('users', 'auth_as')) {
|
||||
Schema::table('users', function (Blueprint $table) {
|
||||
$table->unsignedBigInteger('auth_as')->nullable();
|
||||
});
|
||||
}} catch (exception $e) {}
|
||||
}
|
||||
|
||||
try {
|
||||
DB::table('link_types')->updateOrInsert([
|
||||
|
Loading…
x
Reference in New Issue
Block a user