Skip to content

Commit

Permalink
Add devnet pruning migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Sep 23, 2024
1 parent c988bba commit b74083d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ot-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ class OTNode {
this.config,
);

await MigrationExecutor.executeDevnetPruningMigration(
this.container,
this.logger,
this.config,
);

await this.createProfiles();

await this.initializeCommandExecutor();
Expand Down

0 comments on commit b74083d

Please sign in to comment.