I currently have a plugin that works with 4.1 and 4.2 NopCommerce. I am in the process of upgrading it to 4.3 to stay current and 4.4 to get ahead of its eventual release. On installation of my plugin a SQL script runs to create some stored procedures and indexes using the DbContext approach mentioned in some other posts. Am I missing something or is this no longer the correct way of doing what I have described? I cannot seem to find any documentation on how to create procedures and indexes in a plugin for NopCommerce 4.3 and 4.4.