Plume/migrations/postgres/2018-09-04-103017_follows_add_ap_url/up.sql

3 lines
86 B
MySQL
Raw Normal View History

-- Your SQL goes here
ALTER TABLE follows ADD COLUMN ap_url TEXT NOT NULL DEFAULT '';