Skip to content

Commit

Permalink
fix: add missing public prefix to updated vacuum sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco committed Feb 10, 2025
1 parent 0a22c37 commit b95b794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/update/updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
$updates->$v->SQL_update[] = PHP_EOL.sanitize_query('
VACUUM FULL VERBOSE ANALYZE public.matrix_dd;
VACUUM FULL VERBOSE ANALYZE public.jer_dd;
VACUUM FULL VERBOSE ANALYZE matrix_activity;
VACUUM FULL VERBOSE ANALYZE public.matrix_activity;
');


Expand Down

0 comments on commit b95b794

Please sign in to comment.