We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dddbd0 commit eaad7c3Copy full SHA for eaad7c3
services/backend/src/server.ts
@@ -85,7 +85,7 @@ export const createServer = async () => {
85
86
// Create plugin tables in the database (Note: better handled by migrations)
87
// This function might need dbInstance if it's to do anything beyond logging
88
- await createPluginTables(dbInstance, pluginManager.getAllPlugins());
+ await createPluginTables(pluginManager.getAllPlugins());
89
90
// Initialize plugin database extensions (e.g., run plugin-specific setup)
91
// Ensure getDatabaseExtensions() returns plugins that have a DB extension
0 commit comments