Skip to content

Commit 4f9617d

Browse files
authored
Merge pull request #193 from kpcyrd/vacuum
Remove VACUUM from migration - rebuilderd automatically does this on schema changes
2 parents 7cbd0ba + 230da0d commit 4f9617d

File tree

1 file changed

+0
-2
lines changed
  • daemon/migrations/2025-06-01-095202_redesign_database

1 file changed

+0
-2
lines changed

daemon/migrations/2025-06-01-095202_redesign_database/up.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ SELECT attestation
159159

160160
CREATE INDEX _temp_attestation_logs_attestation_log_idx ON attestation_logs (attestation_log);
161161

162-
VACUUM;
163-
164162
-- rebuilds
165163
CREATE TABLE rebuilds
166164
(

0 commit comments

Comments
 (0)