Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete TTL migration code #5625

Merged
merged 1 commit into from Sep 6, 2023
Merged

Conversation

Alkarex
Copy link
Member

@Alkarex Alkarex commented Sep 1, 2023

Remove updateTTL function used to help migration to 5+ year-old FreshRSS 1.10 and FreshRSS 0.7.3 #1750
This function contributed to locking the database #5574
Subset of #3558

Remove `updateTTL` function used to help migration to 5+ year-old FreshRSS 1.10 and FreshRSS 0.7.3 FreshRSS#1750
This function contributed to locking the database FreshRSS#5574
Subset of FreshRSS#3558
@Alkarex Alkarex added this to the 1.22.0 milestone Sep 1, 2023
@Alkarex Alkarex merged commit 98559ce into FreshRSS:edge Sep 6, 2023
1 check passed
@Alkarex Alkarex deleted the remove-update-ttl branch September 6, 2023 19:41
@Alkarex
Copy link
Member Author

Alkarex commented Sep 6, 2023

Ping @tqcq

Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request Sep 10, 2023
Should help with some DB lock issues.

Complete FreshRSS#3558 after FreshRSS#5625 already cherry-picked from it.

* Removed auto-update of MySQL GUID case sensitivity
FreshRSS#2078
  * Contributed to a DB lock in FreshRSS#5008

Also removed the following non-problematic auto-updates, simply because they were older than the above ones
* Auto-create custom labels (1.12.0) FreshRSS#2027
* Auto-add JSON column for feeds (1.11.0) FreshRSS#1838
* Auto-create temporary tables (1.7.0) FreshRSS#1470
@Alkarex
Copy link
Member Author

Alkarex commented Sep 10, 2023

#5649

Alkarex added a commit that referenced this pull request Sep 12, 2023
Should help with some DB lock issues.

Complete #3558 after #5625 already cherry-picked from it.

* Removed auto-update of MySQL GUID case sensitivity
#2078
  * Contributed to a DB lock in #5008

Also removed the following non-problematic auto-updates, simply because they were older than the above ones
* Auto-create custom labels (1.12.0) #2027
* Auto-add JSON column for feeds (1.11.0) #1838
* Auto-create temporary tables (1.7.0) #1470
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants