Description of problem: Changes to backend/manager/dbscripts/{create_*views.sql,*_sp.sql} are no longer detected by upgrade.sh, which can cause UI failure when the application code doesn't match the schema. Version-Release number of selected component (if applicable): In current code, git rev c57c78612396b8a063d2d1665f28f93df874aeca How reproducible: Always, so long as changes are made to the above files and not others under the upgrade directory (because those will trigger an update). Depending on what's in the build, this may or may not be triggered--it is probably much more likely to happen in developer environments where more granular updates will be done. Steps to Reproduce: 1. Change something in backend/manager/dbscripts/create_*views.sql or backend/manager/dbscripts/*_sp.sql (can be whitespace), update database (e.g. update.sh -u postgres; or use update tool) 2. 3. Actual results: Script detects no changes Expected results: Database is updated Additional info:
http://gerrit.ovirt.org/7983
Verified in SI24.4