Description of Issue
ReadyForms database version needs to be verified
Context
- ReadyForms
- Update
- Upgrade
- Verify ReadyForms update was installed successfully
Cause
Informational
Resolution
- Connect to the SQL instance ReadyForms is installed on
- Run the following query against the ReadyForms database in question:
- select * from dbo.SystemSettings
- The first line of the result should have the database version under the Value column
Additional Information
Add Comment