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

2 lines
102 B
MySQL
Raw Normal View History

2020-01-06 10:15:00 +00:00
ALTER TABLE languages DROP COLUMN hello_world, ADD COLUMN hello_world_paste_id int REFERENCES pastes;