* Fix install and upgrade logic.

This commit is contained in:
sgm0422
2020-06-05 15:48:57 +08:00
parent 13597923a1
commit c02319385c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -462,6 +462,7 @@ class installModel extends model
}
$table = str_replace('__DELIMITER__', ';', $table);
$table = str_replace('__TABLE__', $this->config->db->name, $table);
/* Skip sql that is note. */
if(strpos($table, '--') === 0) continue;