Skip to content

Commit 2a47554

Browse files
committed
Update finishing.blade.php
1 parent 066656a commit 2a47554

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/components/finishing.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,11 @@
155155
Schema::enableForeignKeyConstraints();
156156
157157
// Adds new column to the users table
158-
try {
159158
if (!Schema::hasColumn('users', 'auth_as')) {
160159
Schema::table('users', function (Blueprint $table) {
161160
$table->unsignedBigInteger('auth_as')->nullable();
162161
});
163-
}} catch (exception $e) {}
162+
}
164163
165164
try {
166165
DB::table('link_types')->updateOrInsert([

0 commit comments

Comments
 (0)