album/migrations/20170211160918_attributions/down.sql

3 lines
72 B
MySQL
Raw Normal View History

2017-02-12 01:24:35 +04:00
ALTER TABLE photos DROP COLUMN attribution_id;
DROP TABLE attributions;