Code clean up and API versioning (#178)

* Merged tools project into main project

* Applied API versioning
This commit is contained in:
Michael Green
2023-10-31 10:42:15 +11:00
committed by GitHub
parent 1cc7eb22dc
commit 2ade60c551
85 changed files with 338 additions and 297 deletions

View File

@@ -1,5 +1,5 @@
using System;
using gaseous_tools;
using gaseous_server.Classes;
namespace gaseous_server
{
@@ -166,7 +166,7 @@ namespace gaseous_server
case QueueItemType.BackgroundDatabaseUpgrade:
Logging.Log(Logging.LogType.Debug, "Timered Event", "Starting Background Upgrade");
gaseous_tools.DatabaseMigration.UpgradeScriptBackgroundTasks();
DatabaseMigration.UpgradeScriptBackgroundTasks();
break;
case QueueItemType.Maintainer: