docs/ImportExport/History-of-Schema-Migrations-Systems.md
server/migrations.js was changes to database schema, but making modifications to thousands
of cards did take many hours, it is too much time.How should migrations work?
a) Separate migrations script, that would be run before starting WeKan? b) Reading any database structure and showing data, without needing to migrate any data? c) Migrating while WeKan is running, that could cause slowdown? d) Some other way?