Added pre and post db upgrade script support, schema version now visible on the about page (#92)
This commit is contained in:
@@ -144,10 +144,6 @@ gaseous_server.Classes.Metadata.Platforms.GetPlatform(0);
|
||||
// organise library
|
||||
//gaseous_server.Classes.ImportGame.OrganiseLibrary();
|
||||
|
||||
// Migrate signature data if needed
|
||||
XMLIngestor ingestor = new XMLIngestor();
|
||||
ingestor.MigrateMetadatVersion();
|
||||
|
||||
// add background tasks
|
||||
ProcessQueue.QueueItems.Add(new ProcessQueue.QueueItem(ProcessQueue.QueueItemType.SignatureIngestor, 60));
|
||||
ProcessQueue.QueueItems.Add(new ProcessQueue.QueueItem(
|
||||
|
Reference in New Issue
Block a user