Clean up migrations

This commit is contained in:
James Cole
2023-08-11 19:37:52 +02:00
parent a9bd0f551d
commit db94f18d46
47 changed files with 383 additions and 338 deletions
@@ -69,8 +69,8 @@ class MakeLocationsTable extends Migration
}
);
} catch (QueryException $e) {
Log::error(sprintf('Could not create table "locations": %s', $e->getMessage()));
Log::error('If this table exists already (see the error message), this is not a problem. Other errors? Please open a discussion on GitHub.');
app('log')->error(sprintf('Could not create table "locations": %s', $e->getMessage()));
app('log')->error('If this table exists already (see the error message), this is not a problem. Other errors? Please open a discussion on GitHub.');
}
}
}