pastebin/migrations/2020-01-06-095721_replace-hello-world-pastes-with-hello-world-column/up.sql

2 lines
96 B
MySQL
Raw Normal View History

2020-01-06 10:15:00 +00:00
ALTER TABLE languages DROP COLUMN hello_world_paste_id, ADD COLUMN hello_world text DEFAULT '';