diff --git a/config/zentaopms.php b/config/zentaopms.php index b928437ee3..231f74d87d 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -175,6 +175,7 @@ define('TABLE_STORY', '`' . $config->db->prefix . 'story`'); define('TABLE_STORYSPEC', '`' . $config->db->prefix . 'storyspec`'); define('TABLE_STORYSTAGE', '`' . $config->db->prefix . 'storystage`'); define('TABLE_PRODUCTPLAN', '`' . $config->db->prefix . 'productplan`'); +define('TABLE_PLANSTORY', '`' . $config->db->prefix . 'planstory`'); define('TABLE_RELEASE', '`' . $config->db->prefix . 'release`'); define('TABLE_PROGRAM', '`' . $config->db->prefix . 'project`');