Add DB Version to About Page (#124)

This commit is contained in:
Qstick
2017-11-16 11:07:42 -05:00
committed by GitHub
parent b3f92ccaef
commit e8d44d1cc2
5 changed files with 26 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
using System;
using System;
using Marr.Data;
namespace NzbDrone.Core.Datastore
@@ -24,6 +24,8 @@ namespace NzbDrone.Core.Datastore
public Version Version => _database.Version;
public int Migration => _database.Migration;
public void Vacuum()
{
_database.Vacuum();