pastebin/migrations/2019-11-23-192058_store-program-input-output/down.sql
2019-11-23 21:17:26 +01:00

6 lines
117 B
SQL

ALTER TABLE pastes
DROP COLUMN stdin,
DROP COLUMN exit_code,
DROP COLUMN stdout,
DROP COLUMN stderr;