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