mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
User management stuff
This commit is contained in:
parent
0828756171
commit
b851d77364
17 changed files with 232 additions and 94 deletions
|
@ -53,12 +53,11 @@ namespace PlexRequests.Core.Migration.Migrations
|
|||
UpdateApplicationSettings();
|
||||
UpdateDb(con);
|
||||
|
||||
UpdateSchema(con, Version);
|
||||
UpdateSchema(con, Version);
|
||||
}
|
||||
|
||||
private void UpdateDb(IDbConnection con)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void UpdateApplicationSettings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue