1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-12-27 19:01:23 +00:00
ibis/migrations/2024-12-18-120344_user_bio/down.sql

3 lines
67 B
MySQL
Raw Normal View History

alter table person drop display_name;
alter table person drop bio;