Skip to content

Commit

Permalink
fix: Add missing upgrade plugin after knora-base update
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Apr 25, 2024
1 parent b1b4220 commit cb64901
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ object RepositoryUpdatePlan {
PluginForKnoraBaseVersion(versionNumber = 34, plugin = new MigrateOnlyBuiltInGraphs()),
PluginForKnoraBaseVersion(versionNumber = 35, plugin = new MigrateOnlyBuiltInGraphs()),
PluginForKnoraBaseVersion(versionNumber = 36, plugin = new MigrateOnlyBuiltInGraphs()),
PluginForKnoraBaseVersion(versionNumber = 37, plugin = new MigrateOnlyBuiltInGraphs()),
)

/**
Expand Down

0 comments on commit cb64901

Please sign in to comment.