Skip to content

Commit

Permalink
chore(data-vi): remove addMigrations (nocobase#4713)
Browse files Browse the repository at this point in the history
  • Loading branch information
baiheinet authored Jun 22, 2024
1 parent e2a22d4 commit d7733ed
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ export class PluginDataVisualizationServer extends Plugin {
}

async load() {
this.db.addMigrations({
namespace: 'data-visulization',
directory: resolve(__dirname, 'migrations'),
context: {
plugin: this,
},
});

this.cache = await this.app.cacheManager.createCache({
name: 'data-visualization',
store: 'memory',
Expand Down

0 comments on commit d7733ed

Please sign in to comment.