Plume/migrations/2018-07-27-102221_user_add_followers_endpoint/down.sql
2018-07-27 12:53:21 +02:00

3 lines
96 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE users DROP COLUMN followers_endpoint;