Fluent Migrator and embedded sql resources #5377
-
I am using Serenity 5.0.26. .Net 5 I had an issue with using Fluent Migrator recently where I had created a bunch of sql statements files to be executed as an embedded resources. I had an error of it not being able to find the resources and was able to fix it with the steps below. In order to do this, you have to:
I got help from this posted issue. I think you can change the path via step two to avoid changes in step 3 which I would have preferred so as not to touch the default Serenity file. I tried different paths but was unsuccessful. The steps above was successful for me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for sharing @erehtolleh , I aslo created a tool to work with migration based on fluentmigrator for myself It is still good when Serenity embed migration to website, it will reduce complex for new developer, but I want to spit database tool and website If you are interested in my tool or if someone want to move migration out of website, try this https://github.com/minhhungit/DatabaseMigrateExt |
Beta Was this translation helpful? Give feedback.
Thanks for sharing @erehtolleh , I aslo created a tool to work with migration based on fluentmigrator for myself
It is still good when Serenity embed migration to website, it will reduce complex for new developer, but I want to spit database tool and website
If you are interested in my tool or if someone want to move migration out of website, try this https://github.com/minhhungit/DatabaseMigrateExt