Currently when updating the version of TeachingTutorials where there has been a DB schema change, the server admin is required to run the DDL script.
This should instead be automated, by recording the schema version that the user was previously on, and run the appropriate DDLs up to the new version, and then update the schema version that is recorded.
Currently when updating the version of TeachingTutorials where there has been a DB schema change, the server admin is required to run the DDL script.
This should instead be automated, by recording the schema version that the user was previously on, and run the appropriate DDLs up to the new version, and then update the schema version that is recorded.