Fix: ID issues on dev seeders

This commit is contained in:
peaklabs-dev
2024-09-17 14:03:31 +02:00
parent 43895419ff
commit ccbbfd8908
4 changed files with 3 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ class PrivateKeySeeder extends Seeder
public function run(): void
{
PrivateKey::create([
'id' => 0,
'team_id' => 0,
'name' => 'Testing Host Key',
'description' => 'This is a test docker container',
@@ -28,7 +27,6 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA==
]);
PrivateKey::create([
'id' => 1,
'team_id' => 0,
'name' => 'development-github-app',
'description' => 'This is the key for using the development GitHub app',