Skip to content

Commit

Permalink
Let's ensure we get our new table on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Jul 27, 2019
1 parent 9c1ccb4 commit e5d6f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ function plugin_flowview_check_upgrade() {
author='" . $info['author'] . "',
webpage='" . $info['homepage'] . "'
WHERE directory='" . $info['name'] . "' ");

flowview_setup_table();
}
}

Expand Down

0 comments on commit e5d6f13

Please sign in to comment.