Infinite Scrolling breaks clicking the Gaseous Games logo to return to library (#326)
Closes #316 Overhauled how infinite scrolling works. Should be more reliable now.
This commit is contained in:
@@ -149,6 +149,9 @@ namespace gaseous_server.Classes
|
||||
|
||||
// run post-upgrade code
|
||||
DatabaseMigration.PostUpgradeScript(i, _ConnectorType);
|
||||
|
||||
// update schema version variable
|
||||
Database.schema_version = i;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user