2021-02-27
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.