mirror of
https://github.com/miniflux/v2.git
synced 2025-09-30 19:22:11 +00:00
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 |
||
---|---|---|
.. | ||
database.go | ||
migrations.go | ||
postgresql.go |