Try to fetch followers

This commit is contained in:
Bat
2018-07-27 12:53:21 +02:00
parent 812b76b0de
commit 38d99ad5af
5 changed files with 60 additions and 10 deletions
@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER TABLE users DROP COLUMN followers_endpoint;
@@ -0,0 +1,2 @@
-- Your SQL goes here
ALTER TABLE users ADD COLUMN followers_endpoint VARCHAR NOT NULL DEFAULT '';