chore(data-vi): remove addMigrations (#4713)

This commit is contained in:
ke 2024-06-22 14:21:07 +08:00 committed by GitHub
parent e2a22d4c26
commit d7733ed363
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',