1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-25 16:31:09 +00:00
ibis/migrations/2024-11-11-111150_instances_url/down.sql

4 lines
110 B
MySQL
Raw Normal View History

2024-11-11 12:14:00 +00:00
alter table instance drop column instances_url;
alter table instance alter column articles_url set not null;