Describe the bug
The 09.00.00 sql script causes errors when upgrading from latest version and prevents upgrading the module
Software Versions
- DNN: 08.00.04
- Module: 09.00.00
To Reproduce
Steps to reproduce the behavior:
- Install Survey 04.70.01
- Try to upgrade to Survey 09.00.00
Expected behavior
Upgrade should work fine
Screenshots

Additional context
I fixed some sql syntax on older scripts due to EVS warnings, but there are still some issues. @MaiklT can you try the steps above and take a look... I also added build scripts, so you can clone to either the DesktopModules folder of a site or in any location, building in release mode will produce the intaller in the Install subfolder.
Just in case, here is a build right now that has that issue.
Dnn.Modules.Survey_09.00.00_Install.zip
Sidenote, I referenced Dnn 8 dll versions and change only 1 procedure in the upgrade code so that will make the module Dnn 8 and 9 compatible.
Describe the bug
The 09.00.00 sql script causes errors when upgrading from latest version and prevents upgrading the module
Software Versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Upgrade should work fine
Screenshots
Additional context
I fixed some sql syntax on older scripts due to EVS warnings, but there are still some issues. @MaiklT can you try the steps above and take a look... I also added build scripts, so you can clone to either the DesktopModules folder of a site or in any location, building in release mode will produce the intaller in the Install subfolder.
Just in case, here is a build right now that has that issue.
Dnn.Modules.Survey_09.00.00_Install.zip
Sidenote, I referenced Dnn 8 dll versions and change only 1 procedure in the upgrade code so that will make the module Dnn 8 and 9 compatible.