Skip to content

Commit

Permalink
cannot vacuum from inside a transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Nov 13, 2018
1 parent dbcadcd commit 21c0f97
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ INSERT INTO daily_referrer_stats
LEFT JOIN hostnames h ON h.name = s.hostname
LEFT JOIN pathnames p ON p.name = s.pathname;
DROP TABLE daily_referrer_stats_old;
VACUUM;

-- +migrate Down

0 comments on commit 21c0f97

Please sign in to comment.