mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 08:41:00 +00:00
Drop sqlite support
This commit is contained in:
parent
32da955b79
commit
ac41f2afde
2 changed files with 3 additions and 4 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -18,14 +18,10 @@ jobs:
|
||||||
python-version: ["3.10", "3.11"]
|
python-version: ["3.10", "3.11"]
|
||||||
db:
|
db:
|
||||||
- "postgres://postgres:postgres@localhost/postgres"
|
- "postgres://postgres:postgres@localhost/postgres"
|
||||||
- "sqlite:///takahe.db"
|
|
||||||
include:
|
include:
|
||||||
- db: "postgres://postgres:postgres@localhost/postgres"
|
- db: "postgres://postgres:postgres@localhost/postgres"
|
||||||
db_name: postgres
|
db_name: postgres
|
||||||
search: true
|
search: true
|
||||||
- db: "sqlite:///takahe.db"
|
|
||||||
db_name: sqlite
|
|
||||||
search: false
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
|
|
|
@ -45,6 +45,9 @@ This release's major changes:
|
||||||
* The logged-in homepage now shows a list of identities to select from as well
|
* The logged-in homepage now shows a list of identities to select from as well
|
||||||
as a set of recommended apps to use for timeline interfaces.
|
as a set of recommended apps to use for timeline interfaces.
|
||||||
|
|
||||||
|
* We have totally dropped our alpha-quality SQLite support; it just doesn't have
|
||||||
|
sufficient full-text-search and JSON operator support, unfortunately.
|
||||||
|
|
||||||
There are many minor changes to support the new direction; important ones include:
|
There are many minor changes to support the new direction; important ones include:
|
||||||
|
|
||||||
* The dark/light mode toggle is now a User (login) setting, not an Identity setting
|
* The dark/light mode toggle is now a User (login) setting, not an Identity setting
|
||||||
|
|
Loading…
Reference in a new issue