1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00
miniflux-v2/internal/database
jvoisin 3dcf572107 refactor(database): get rid of the dependency on hstore
The hstore extension was briefly used at some point by miniflux, but not
anymore. Yet it's still required to deploy miniflux, as a hstore column is
created then destroyed during the database creation/migration. This commit
refactor the migrations (scary!) to get rid of hstore, so that it doesn't need
to be installed/present when deploying/running miniflux.

This should close #3759
2025-09-30 15:07:42 +02:00
..
database.go refactor(database): get rid of the sqlite tentative 2025-07-02 17:18:03 -07:00
migrations.go refactor(database): get rid of the dependency on hstore 2025-09-30 15:07:42 +02:00
postgresql.go refactor(database): get rid of the sqlite tentative 2025-07-02 17:18:03 -07:00