Skip to content

2021-02-27

Compare
Choose a tag to compare
@prasmussen prasmussen released this 27 Feb 11:39
· 88 commits to master since this release

This release deprecates glot-snippets (and CouchDB) and all new snippets will be saved in PostgreSQL.

Upgrade notes

Run this db query before starting glot-www

ALTER TABLE "api_user" DROP COLUMN "snippets_id";

Old snippets stored in CouchDB are not automatically migrated.
glot-snippets-migration-tool can be used to migrate the snippets.