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

2 lines
92 B
MySQL
Raw Normal View History

alter table instance rename description to topic;
alter table instance add column name text;