Don’t try and seed the indiewebuser table
This commit is contained in:
parent
dcae136b60
commit
08cdfe1e44
2 changed files with 0 additions and 18 deletions
|
@ -17,7 +17,6 @@ class DatabaseSeeder extends Seeder
|
|||
$this->call(PlacesTableSeeder::class);
|
||||
$this->call(NotesTableSeeder::class);
|
||||
$this->call(WebMentionsTableSeeder::class);
|
||||
$this->call(IndieWebUserTableSeeder::class);
|
||||
$this->call(LikesTableSeeder::class);
|
||||
$this->call(BookmarksTableSeeder::class);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue