1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 19:41:09 +00:00
ibis/migrations/2024-11-12-131724_article-approval/down.sql

7 lines
No EOL
184 B
SQL

alter table article drop column approved;
alter table article drop column published;
alter table conflict drop column published;
alter table edit rename column published to created;