Skip to content

Commit 6062075

Browse files
authored
Merge pull request #1324 from ActiveLearningStudio/fix/CUR-4122-migration-issue
Fixed the Migration issue
2 parents 705a838 + da58769 commit 6062075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/AddEssayFifteenSemanticsSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function run()
4646
private function insertDependentLibraries($h5pFibLibId)
4747
{
4848
//Preloaded Dependencies
49-
$h5pQuestionParams = ['name' => "Question", "major_version" => 1, "minor_version" => 5];
49+
$h5pQuestionParams = ['name' => "H5P.Question", "major_version" => 1, "minor_version" => 5];
5050
$h5pQuestionLib = DB::table('h5p_libraries')->where($h5pQuestionParams)->first();
5151
$h5pQuestionLibId = $h5pQuestionLib->id;
5252

0 commit comments

Comments
 (0)