3 lines
96 B
MySQL
3 lines
96 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE users DROP COLUMN followers_endpoint;
|