Plume/migrations/postgres/2018-07-27-102221_user_add_followers_endpoint/down.sql

3 lines
96 B
MySQL
Raw Normal View History

2018-07-27 10:53:21 +00:00
-- This file should undo anything in `up.sql`
ALTER TABLE users DROP COLUMN followers_endpoint;