Federate comments

This commit is contained in:
Bat
2018-05-10 11:52:56 +01:00
parent a3d73cb2c4
commit a436f2da4b
7 changed files with 57 additions and 8 deletions
@@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER TABLE posts DROP COLUMN ap_url;
@@ -0,0 +1,2 @@
-- Your SQL goes here
ALTER TABLE posts ADD COLUMN ap_url VARCHAR NOT NULL DEFAULT '';