1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-03 20:51:34 +00:00
ibis/migrations/2025-01-23-112938_instance-topic/down.sql

2 lines
88 B
MySQL
Raw Normal View History

alter table instance rename topic to description;
alter table instance drop column name;