Skip to content

Commit

Permalink
Update m18_update_data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcgirr83 authored Aug 12, 2024
1 parent 648515a commit 91cd3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/m18_update_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class m18_update_data extends \phpbb\db\migration\migration
{
static public function depends_on()
{
return ['\rmcgirr83\nationalflags\migrations\m17_update_data'];
return ['\rmcgirr83\nationalflags\migrations\m17_add_data'];
}

public function update_data()
Expand Down

0 comments on commit 91cd3a3

Please sign in to comment.