pastebin/migrations/2019-11-23-192058_store-program-input-output/down.sql

6 lines
117 B
MySQL
Raw Normal View History

2019-11-23 20:17:26 +00:00
ALTER TABLE pastes
DROP COLUMN stdin,
DROP COLUMN exit_code,
DROP COLUMN stdout,
DROP COLUMN stderr;