From 7c2913488cbe2f7c476525208002307f101bb7d3 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 12 Sep 2021 21:02:29 +0000 Subject: [PATCH] Remove deprecated fields --- database.sql | 3 --- static/dbview.config.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/database.sql b/database.sql index 7e2a336aeb..cbdbe22660 100644 --- a/database.sql +++ b/database.sql @@ -2238,7 +2238,6 @@ CREATE VIEW `owner-view` AS SELECT `contact`.`location` AS `location`, `contact`.`about` AS `about`, `contact`.`keywords` AS `keywords`, - `contact`.`gender` AS `gender`, `contact`.`xmpp` AS `xmpp`, `contact`.`matrix` AS `matrix`, `contact`.`attag` AS `attag`, @@ -2288,9 +2287,7 @@ CREATE VIEW `owner-view` AS SELECT `contact`.`sensitive` AS `sensitive`, `contact`.`baseurl` AS `baseurl`, `contact`.`reason` AS `reason`, - `contact`.`closeness` AS `closeness`, `contact`.`info` AS `info`, - `contact`.`profile-id` AS `profile-id`, `contact`.`bdyear` AS `bdyear`, `contact`.`bd` AS `bd`, `contact`.`notify_new_posts` AS `notify_new_posts`, diff --git a/static/dbview.config.php b/static/dbview.config.php index b64bbb2554..6e353718d0 100644 --- a/static/dbview.config.php +++ b/static/dbview.config.php @@ -711,7 +711,6 @@ "location" => ["contact", "location"], "about" => ["contact", "about"], "keywords" => ["contact", "keywords"], - "gender" => ["contact", "gender"], "xmpp" => ["contact", "xmpp"], "matrix" => ["contact", "matrix"], "attag" => ["contact", "attag"], @@ -761,9 +760,7 @@ "sensitive" => ["contact", "sensitive"], "baseurl" => ["contact", "baseurl"], "reason" => ["contact", "reason"], - "closeness" => ["contact", "closeness"], "info" => ["contact", "info"], - "profile-id" => ["contact", "profile-id"], "bdyear" => ["contact", "bdyear"], "bd" => ["contact", "bd"], "notify_new_posts" => ["contact", "notify_new_posts"],