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:
Michael Green
2024-03-10 01:47:51 +11:00
committed by GitHub
parent 16cb0c89dc
commit a4d581b369
7 changed files with 326 additions and 212 deletions

View File

@@ -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)
{