Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
musicman3 committed May 1, 2023
1 parent 21a00d3 commit a160392
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Cruder/Postgres/Methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,6 @@ public function dbInstall(string $path, string $db_prefix = 'emkt_'): mixed {

$buffer = str_replace($db_prefix, $set['db_prefix'], implode(file($path)));

if ($set['db_family'] == 'myisam') {
$buffer = str_ireplace('ENGINE=InnoDB', 'ENGINE=MyISAM', $buffer);
}

Pdo::getExec($buffer);

return true;
Expand Down

0 comments on commit a160392

Please sign in to comment.