Skip to content

Commit

Permalink
fix(database): wrong legacyCollections comment-out (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Feb 19, 2023
1 parent 5ac1771 commit bddab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/src/adapters/DatabaseAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export abstract class DatabaseAdapter<T extends Schema> {
this.grpcSdk = grpcSdk;
this.connect();
await this.ensureConnected();
// this.legacyDeployment = await this.hasLegacyCollections();
this.legacyDeployment = await this.hasLegacyCollections();
}

async registerSystemSchema(schema: ConduitSchema) {
Expand Down

0 comments on commit bddab3c

Please sign in to comment.