pastebin/migrations/2020-01-06-095721_replace-hello-world-pastes-with-hello-world-column/down.sql
2020-01-06 11:15:00 +01:00

2 lines
102 B
SQL

ALTER TABLE languages DROP COLUMN hello_world, ADD COLUMN hello_world_paste_id int REFERENCES pastes;