rDrama/migrations/20240215-add-description-ht...

3 lines
110 B
MySQL
Raw Normal View History

2024-02-15 19:01:40 +00:00
alter table groups add column description_html varchar(1000);
update groups set description_html=description;