Commit graph

21 commits

Author SHA1 Message Date
morpheus65535
b7aa5a17d4 Added absolute episode number to the database to help properly match video to subtitles. It must be implemented in each provider's matching method to benefit from that. 2025-11-20 07:38:47 -05:00
morpheus65535
c8e2894b2b
Added series status and last air date 2024-12-17 21:14:01 -05:00
morpheus65535
5934d1b7ab no log: fixed latest db migration 2024-10-20 17:20:57 -04:00
morpheus65535
678443f212
Added created and updated timestamp to DB for series, episodes and movies 2024-10-20 16:45:52 -04:00
morpheus65535
25098e5e07 Fixed database migration issue with postgresql. #2664 2024-09-26 21:37:34 -04:00
Anderson Shindy Oki
e5edf6203c
Fixed postgresql database migrations not applied (#2601) 2024-08-04 21:30:13 +09:00
morpheus65535
1eec5490e5 no log: quick fix 2024-07-04 23:12:58 -04:00
morpheus65535
c8e34d424b no log: added new columns to database schema to support better upgrade process and languages profiles tag 2024-07-04 22:59:33 -04:00
morpheus65535
4815313ac6 Fixed db migrations dropping tables content because of ForeignKey constraints. #2489 2024-05-08 22:29:31 -04:00
morpheus65535
5630c441b0 Added a database migration to get past the issues with incomplete table_languages_profiles. ##2485 2024-05-06 23:42:02 -04:00
Ruby Marx
2eec9131f8
Added originalFormat db migration from bool to int only for Postgresql 2024-02-19 21:17:00 -05:00
morpheus65535
7c40bfec1e Added db migration version to create the missing monitored column in TableShows table of some old instances. 2023-12-26 22:37:52 -05:00
morpheus65535
d64d6b0a01 no log: hide warning during initial database migration 2023-11-18 20:06:08 -05:00
morpheus65535
166d0ccc95 Fixed database migration process causing UNIQUE constraint in some edge cases where duplicate ID root folders where stored. #2253 2023-09-25 19:42:19 -04:00
morpheus65535
0ddadb273e Fixed latest migration that cleared history for sqlite users. 2023-09-22 12:23:03 -04:00
morpheus65535
e2d0647d55 Fixed Postgres issues while creating new database with v1.3.0. #2249 2023-09-20 23:35:44 -04:00
morpheus65535
e0e5daea1d Fixed removal of rowid column while preventing the lost of history or blacklist data. 2023-07-31 22:54:33 -04:00
morpheus65535
26f6fcb3ad Fixed missing table during migration of a new database. 2023-07-30 13:00:55 -04:00
morpheus65535
479f11fae6 Fixed table deletion issue with PostgreSQL. 2023-07-29 07:56:32 -04:00
morpheus65535
6bc46fe4e9 Fixed issue with unused rowid columns and removed custom score profiles tables as they aren't used anymore. 2023-07-27 17:51:03 -04:00
morpheus65535
bccded275c
Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. 2023-07-26 19:34:49 -04:00