pastebin/migrations/2023-02-11_output/down.sql

3 lines
106 B
SQL

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