Skip to content

Commit e5d6f13

Browse files
committed
Let's ensure we get our new table on upgrade
1 parent 9c1ccb4 commit e5d6f13

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ function plugin_flowview_check_upgrade() {
8888
author='" . $info['author'] . "',
8989
webpage='" . $info['homepage'] . "'
9090
WHERE directory='" . $info['name'] . "' ");
91+
92+
flowview_setup_table();
9193
}
9294
}
9395

0 commit comments

Comments
 (0)