-
-
Notifications
You must be signed in to change notification settings - Fork 0
[Bug] #107
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
chatgpt-codex-connector bot
4 days ago
P1 Badge Add a migration for the plugin_catalog table
This introduces a new plugin_catalog schema that is queried by the new /plugins routes, but there is no corresponding Drizzle migration in packages/api/drizzle (migrations stop at 0003_shared_notes). Deployments that apply migrations before release will not create this table, so GET /plugins and GET /plugins/:slug will fail at runtime with a missing-table database error.
Useful? React with 👍 / 👎.