You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/PlexRequests.Store
tidusjar d19deea56c
Added the transaction back into the DB.
9 years ago
..
Models #254 Removed the cache, we are now storing the plex information into the database. 9 years ago
Properties #12 9 years ago
Repository Added the transaction back into the DB. 9 years ago
DbConfiguration.cs Made the store backup clean up some of the older backups (> 7 days). 9 years ago
Entity.cs
ISqliteConfiguration.cs Finished #186 9 years ago
PlexRequests.Store.csproj #254 Removed the cache, we are now storing the plex information into the database. 9 years ago
RequestedModel.cs Got mostly everything working for #254 Ready for testing 9 years ago
Sql.Designer.cs
Sql.resx
SqlTables.sql Since we are multithreading, we should use a threadsafe type to store the episodes to prevent any threading or race conditions. 9 years ago
TableCreation.cs Remove old migration code and added new migration code. 9 years ago
UserEntity.cs Fixed an issue where the table didn't match the model. 9 years ago
UserRepository.cs #254 Removed the cache, we are now storing the plex information into the database. 9 years ago
UsersModel.cs Finished #49 9 years ago
app.config More work on #298. Everything wired up 9 years ago
packages.config Consolidate newtonsoft.json packages 9 years ago
sqlite3.dll