Skip to content

DB schema changes

Fernando Barreiro edited this page Oct 26, 2020 · 2 revisions

After 6 Oct 2020

— optional, but recommended, clean up old metrics before changing the sm_table

delete from sm_table where creationTime < now() - interval 6 month;

— change the column type

alter table sm_table modify metrics longtext;
Clone this wiki locally