3 lines
114 B
SQL
3 lines
114 B
SQL
-- This file should undo anything in `up.sql`
|
|
ALTER TABLE mentions ADD COLUMN ap_url VARCHAR NOT NULL DEFAULT '';
|