Skip to content

Commit

Permalink
remove more plugin related relations
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Nov 7, 2023
1 parent 57e7448 commit 5c35645
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion database/seeders/DemoSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function run()
$this->call(EntityTypeRelationsTableSeeder::class);
$this->call(EntityAttributesTableSeeder::class);
$this->call(AttributeValuesTableSeeder::class);
$this->call(EntityFilesTableSeeder::class);
// $this->call(EntityFilesTableSeeder::class);
$this->call(ReferencesTableSeeder::class);

// Set different root for tags
Expand Down
8 changes: 0 additions & 8 deletions database/seeders/EntitiesTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function run()
'created_at' => '2017-12-27 20:31:38',
'updated_at' => '2017-12-27 20:31:38',
'user_id' => $user->id,
'geodata_id' => NULL,
'rank' => 1,
),
1 =>
Expand All @@ -37,7 +36,6 @@ public function run()
'created_at' => '2017-12-27 20:31:54',
'updated_at' => '2017-12-27 20:31:54',
'user_id' => $user->id,
'geodata_id' => NULL,
'rank' => 2,
),
2 =>
Expand All @@ -49,7 +47,6 @@ public function run()
'created_at' => '2017-12-27 20:32:07',
'updated_at' => '2017-12-27 20:32:07',
'user_id' => $user->id,
'geodata_id' => NULL,
'rank' => 3,
),
3 =>
Expand All @@ -61,7 +58,6 @@ public function run()
'created_at' => '2017-12-27 20:32:25',
'updated_at' => '2017-12-31 16:02:57',
'user_id' => $user->id,
'geodata_id' => NULL,
'rank' => 3,
),
4 =>
Expand All @@ -73,7 +69,6 @@ public function run()
'created_at' => '2017-12-31 16:03:12',
'updated_at' => '2017-12-31 16:03:12',
'user_id' => $user->id,
'geodata_id' => NULL,
'rank' => 1,
),
5 =>
Expand All @@ -85,7 +80,6 @@ public function run()
'created_at' => '2017-12-31 16:02:55',
'updated_at' => '2017-12-31 16:10:50',
'user_id' => $user->id,
'geodata_id' => 3,
'rank' => 2,
),
6 =>
Expand All @@ -97,7 +91,6 @@ public function run()
'created_at' => '2017-12-20 17:10:34',
'updated_at' => '2017-12-31 16:10:56',
'user_id' => $user->id,
'geodata_id' => 2,
'rank' => 1,
),
7 =>
Expand All @@ -109,7 +102,6 @@ public function run()
'created_at' => '2017-12-20 17:10:41',
'updated_at' => '2017-12-31 16:13:09',
'user_id' => $user->id,
'geodata_id' => 5,
'rank' => 1,
),
));
Expand Down

0 comments on commit 5c35645

Please sign in to comment.