mirror of
https://github.com/chatmail/core.git
synced 2026-08-15 13:22:57 +03:00
There is currently no place to document up to date SQL schema. New database is initialized with src/sql/tables.sql and then updated by migrations, So tracking down how some column is used requires grepping the code, looking for a migration adding it and corresponding commits. Co-Authored-By: biørn <r10s@b44t.com>