mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 19:41:09 +00:00
7 lines
No EOL
184 B
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; |