seerr/server/migration/sqlite
Gauthier 9a595296db
feat: override rules (#945)
* feat: create the basis for the override rules

* feat: add support for sonarr and keywords to override rules

* feat: apply override rules in the media request

* feat: add users to override rules

* fix: save the settings modified by the override rules

* fix: resolve type errors

* style: run prettier

* fix: add missing migration

* fix: correct sonarr override rules

* fix: create PostgreSQL migration and fix SQLite migration

* fix: resolve type naming and fix i18n issue

* fix: remove unrelated changes to the PR
2024-12-29 05:20:35 +08:00
..
1603944374840-InitialMigration.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1605085519544-SeasonStatus.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1606730060700-CascadeMigration.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1607928251245-DropImdbIdConstraint.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1608217312474-AddUserRequestDeleteCascades.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1608477467935-AddLastSeasonChangeMedia.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1608477467936-ForceDropImdbUniqueConstraint.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1609236552057-RemoveTmdbIdUniqueConstraint.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1610070934506-LocalUsers.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1610370640747-Add4kStatusFields.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1610522845513-AddMediaAddedFieldToMedia.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1611508672722-AddDisplayNameToUser.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1611757511674-SonarrRadarrSyncServiceFields.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1611801511397-AddRatingKeysToMedia.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1612482778137-AddResetPasswordGuidAndExpiryDate.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1612571545781-AddLanguageProfileId.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1613379909641-AddJellyfinUserParams.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1613412948344-ServerTypeEnum.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1613615266968-CreateUserSettings.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1613670041760-AddJellyfinDeviceId.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1613955393450-UpdateUserSettingsRegions.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1614334195680-AddTelegramSettingsToUserSettings.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1615333940450-AddPGPToUserSettings.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1616576677254-AddUserQuotaFields.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1617624225464-CreateTagsFieldonMediaRequest.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1617730837489-AddUserSettingsNotificationAgentsField.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1618912653565-CreateUserPushSubscriptions.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1619239659754-AddUserSettingsLocale.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1619339817343-AddUserSettingsNotificationTypes.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1634904083966-AddIssues.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1635079863457-AddPushbulletPushoverUserSettings.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1660632269368-AddWatchlistSyncUserSetting.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1660714479373-AddMediaRequestIsAutoRequestedField.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1672041273674-AddDiscoverSlider.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1682608634546-AddWatchlists.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1697393491630-AddUserPushoverSound.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1699901142442-AddBlacklist.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1727907530757-AddUserSettingsStreamingRegion.ts feat: add postgres support + migrations (#628) 2024-12-16 14:02:33 +01:00
1734287582736-AddTelegramMessageThreadId.ts fix: fix PostgreSQL migrations and TelegramMessageThreadId migration (#1171) 2024-12-21 16:35:07 +01:00
1734805733535-AddOverrideRules.ts feat: override rules (#945) 2024-12-29 05:20:35 +08:00