likeopera-backend/database-patches/2019-05-16-text.sql

9 lines
358 B
MySQL
Raw Permalink Normal View History

2019-05-16 21:29:58 +03:00
alter table accounts alter name type text;
alter table accounts alter email type text;
alter table folders alter name type text;
alter table folders alter kind type text;
alter table messages alter messageid type text;
alter table messages alter inreplyto type text;
alter table messages alter refs type text[];
alter table messages alter flags type text[];