* Adjust the sql file name in upgrade.

This commit is contained in:
hufangzhou
2021-12-27 09:23:49 +08:00
parent be9508d0c8
commit 488297dcaf
+1 -1
View File
@@ -947,7 +947,7 @@ class upgradeModel extends model
case '15_6': $confirmContent .= file_get_contents($this->getUpgradeFile('15.6'));
case '15_7': $confirmContent .= file_get_contents($this->getUpgradeFile('15.7'));
case '15_7_1': $confirmContent .= file_get_contents($this->getUpgradeFile('15.7.1'));
case '16_0_beta1': $confirmContent .= file_get_contents($this->getUpgradeFile('16_0_beta1'));
case '16_0_beta1': $confirmContent .= file_get_contents($this->getUpgradeFile('16.0.beta1'));
}
return str_replace('zt_', $this->config->db->prefix, $confirmContent);
}