mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
User perms
This commit is contained in:
parent
624b32d926
commit
6d1eef9154
17 changed files with 524 additions and 104 deletions
|
@ -22,7 +22,7 @@ namespace PlexRequests.Core.Migration
|
|||
public void MigrateToLatest()
|
||||
{
|
||||
var con = Db.DbConnection();
|
||||
var versions = GetMigrations().OrderBy(x => x.Key);
|
||||
var versions = GetMigrations();
|
||||
|
||||
var dbVersion = con.GetVersionInfo().OrderByDescending(x => x.Version).FirstOrDefault();
|
||||
if (dbVersion == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue