mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-11 16:41:59 -06:00
Rename migration so it doesn't clash.
This commit is contained in:
parent
a58c6b0cec
commit
52f885df20
@ -6,9 +6,9 @@ use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
/**
|
||||
* Class CreatePersonalAccessTokensTable
|
||||
* Class CreateLocalPersonalAccessTokensTable
|
||||
*/
|
||||
class CreatePersonalAccessTokensTable extends Migration
|
||||
class CreateLocalPersonalAccessTokensTable extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
|
Loading…
Reference in New Issue
Block a user