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

2 lines
67 B
SQL

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