Starts implementing ability to manually run pending migrations from the back office

This commit is contained in:
Shannon
2021-06-16 15:34:20 -06:00
parent 7ec01f232f
commit ad84c1591e
17 changed files with 228 additions and 49 deletions

View File

@@ -1264,6 +1264,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="packageNoItemsText"><![CDATA[This package file doesn't contain any items to uninstall.<br/><br/>
You can safely remove this from the system by clicking "uninstall package" below.]]></key>
<key alias="packageOptions">Package options</key>
<key alias="packageMigrationsRun">Run pending package migrations</key>
<key alias="packageReadme">Package readme</key>
<key alias="packageRepository">Package repository</key>
<key alias="packageUninstallConfirm">Confirm package uninstall</key>

View File

@@ -1276,6 +1276,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="packageNoItemsText"><![CDATA[This package file doesn't contain any items to uninstall.<br/><br/>
You can safely remove this from the system by clicking "uninstall package" below.]]></key>
<key alias="packageOptions">Package options</key>
<key alias="packageMigrationsRun">Run pending package migrations</key>
<key alias="packageReadme">Package readme</key>
<key alias="packageRepository">Package repository</key>
<key alias="packageUninstallConfirm">Confirm package uninstall</key>