Remove the posts.privacy column

This commit is contained in:
2018-11-13 02:11:49 +00:00
parent 46cb09b1fc
commit 51c069aa08
3 changed files with 6 additions and 10 deletions

View File

@@ -80,7 +80,6 @@ type (
Font string `db:"text_appearance" json:"appearance"`
Language zero.String `db:"language" json:"language"`
RTL zero.Bool `db:"rtl" json:"rtl"`
Privacy int64 `db:"privacy" json:"-"`
OwnerID null.Int `db:"owner_id" json:"-"`
CollectionID null.Int `db:"collection_id" json:"-"`
PinnedPosition null.Int `db:"pinned_position" json:"-"`