1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/database
Frédéric Guillot 52b184394f fix(migrations): prevent failure at v45 with long entry URLs
Fixes an issue where upgrading from older versions of Miniflux could fail with the following PostgreSQL error:

```
[FATAL] [Migration v45] pq: index row size 2744 exceeds btree version 4 maximum 2704 for index "entries_feed_url_idx"
```
2025-05-23 13:27:05 -07:00
..
database.go feat(database): add optional build support for SQLite 2024-12-29 15:09:26 -08:00
migrations.go fix(migrations): prevent failure at v45 with long entry URLs 2025-05-23 13:27:05 -07:00
postgresql.go feat(database): add optional build support for SQLite 2024-12-29 15:09:26 -08:00
sqlite.go feat(database): add optional build support for SQLite 2024-12-29 15:09:26 -08:00