Add root team + localhost (coolify host) in prod seeder

This commit is contained in:
Andras Bacsai
2023-04-14 12:54:29 +02:00
parent 06e00ffccb
commit ff5ff7f310
14 changed files with 82 additions and 28 deletions

View File

@@ -10,7 +10,7 @@ class ProjectSeeder extends Seeder
{
public function run(): void
{
$root_team = Team::find(1);
$root_team = Team::find(0);
Project::create([
'id' => 1,
'name' => "My first project",