mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Fixed: Automation/Integration/Unit Tests
This commit is contained in:
@@ -24,6 +24,8 @@ namespace NzbDrone.Core.Datastore
|
||||
|
||||
public Version Version => _database.Version;
|
||||
|
||||
public int Migration => _database.Migration;
|
||||
|
||||
public void Vacuum()
|
||||
{
|
||||
_database.Vacuum();
|
||||
|
||||
Reference in New Issue
Block a user