Skip to content

Commit

Permalink
disable migration for devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Dec 18, 2024
1 parent 703a3c0 commit 46a45e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/migration/migration-executor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ class MigrationExecutor {
static async executeTripleStoreUserConfigurationMigration(container, logger, config) {
if (
process.env.NODE_ENV === NODE_ENVIRONMENTS.DEVELOPMENT ||
process.env.NODE_ENV === NODE_ENVIRONMENTS.TEST
process.env.NODE_ENV === NODE_ENVIRONMENTS.TEST ||
process.env.NODE_ENV === NODE_ENVIRONMENTS.DEVNET
)
return;

Expand Down

0 comments on commit 46a45e7

Please sign in to comment.