Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed May 15, 2024
1 parent bb5293b commit dca2fe5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/runtime-common/indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -963,11 +963,11 @@ export class Batch {

// prune obsolete generation index entries
if (this.isNewGeneration) {
await this.client.query([
`DELETE FROM boxel_index`,
'WHERE realm_version <',
param(this.realmVersion),
]);
// await this.client.query([
// `DELETE FROM boxel_index`,
// 'WHERE realm_version <',
// param(this.realmVersion),
// ]);
}
}

Expand Down

0 comments on commit dca2fe5

Please sign in to comment.