pastebin/migrations/2022-04-25-164104_output/down.sql
2022-04-25 19:33:40 +02:00

3 lines
106 B
SQL

ALTER TABLE pastes DROP COLUMN output;
ALTER TABLE pastes ADD COLUMN stdout text, ADD COLUMN stderr text;