fix: register new deleted_at migration files in all plugin manifests
This commit is contained in:
@@ -23,7 +23,7 @@ class McpClientPlugin(BasePlugin):
|
||||
),
|
||||
],
|
||||
events=[],
|
||||
migrations=["0001_initial.sql"],
|
||||
migrations=["0001_initial.sql", "0002_add_deleted_at.sql"],
|
||||
permissions=[
|
||||
"mcp-client:read",
|
||||
"mcp-client:write",
|
||||
|
||||
Reference in New Issue
Block a user