Remove ap_url from mention (#362)

This commit is contained in:
fdb-hiroshima
2018-12-18 15:03:47 +01:00
committed by GitHub
parent 9e799f2cf2
commit ce08346487
6 changed files with 17 additions and 6 deletions
-1
View File
@@ -115,7 +115,6 @@ table! {
mentioned_id -> Int4,
post_id -> Nullable<Int4>,
comment_id -> Nullable<Int4>,
ap_url -> Varchar,
}
}