Skip to content

Commit

Permalink
Feature/cur 4122 columlayout upgrade (#1322)
Browse files Browse the repository at this point in the history
* [CUR-4122] Added seeder and migration

* Upgraded Guess the answer,Question Set and Essay and Column layout

* Fixed the migration issue
  • Loading branch information
basit-tkxel authored Sep 26, 2022
1 parent 0aff248 commit 0845735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database/seeds/AddEssayFifteenSemanticsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ public function run()
'has_icon' => 1
]);

// insert libraries languages
$this->insertLibrariesLanguages($h5pFibLibId);
$this->insertDependentLibraries($h5pFibLibId);
}
}

/**

/**
* Insert Dependent Libraries
* @param $h5pFibLibId
*/
Expand Down

0 comments on commit 0845735

Please sign in to comment.