Skip to content

Commit 6d0e5f1

Browse files
committed
Fixed the migration issue
1 parent 40c0a0e commit 6d0e5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

database/seeds/AddEssayFifteenSemanticsSeeder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
class AddEssayFifteenSemanticsSeeder extends Seeder
66
{
7+
78
/**
89
* Run the database seeds.
910
*
@@ -45,7 +46,7 @@ public function run()
4546
private function insertDependentLibraries($h5pFibLibId)
4647
{
4748
//Preloaded Dependencies
48-
$h5pQuestionParams = ['name' => "Question", "major_version" => 1, "minor_version" => 4];
49+
$h5pQuestionParams = ['name' => "Question", "major_version" => 1, "minor_version" => 5];
4950
$h5pQuestionLib = DB::table('h5p_libraries')->where($h5pQuestionParams)->first();
5051
$h5pQuestionLibId = $h5pQuestionLib->id;
5152

0 commit comments

Comments
 (0)