Skip to content

Commit

Permalink
swap to db::unprepared
Browse files Browse the repository at this point in the history
 - db::statement appears to fail on creating procedures
  • Loading branch information
dave-mills committed Jun 16, 2023
1 parent 94a96b2 commit 23c8274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/UpdateSqlViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function processProcsDir(string $dir_path)

$query = file_get_contents("{$dir_path}/{$file}");

$done = DB::statement($query);
$done = DB::unprepared($query);

if ($done) {
$countProcs++;
Expand Down

0 comments on commit 23c8274

Please sign in to comment.