Plume/migrations/2018-09-04-103017_follows_add_ap_url/down.sql
Bat dcebc4653a Make it possible to unfollow someone
I was sure it was already implemented, but it looks like it wasn't
2018-09-04 11:37:58 +01:00

3 lines
86 B
SQL

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