]> git.mxchange.org Git - friendica.git/commitdiff
Remove deprecated fields
authorMichael <heluecht@pirati.ca>
Sun, 12 Sep 2021 21:02:29 +0000 (21:02 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 12 Sep 2021 21:02:29 +0000 (21:02 +0000)
database.sql
static/dbview.config.php

index 7e2a336aebcf078abbc9fe63da699490d1f938da..cbdbe226601cfff6db198734ec771bc5dbe256ed 100644 (file)
@@ -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`,
index b64bbb2554d9b0d3e43a63b89f04f4c549568493..6e353718d002e04434ee1a68cd830a7bfe113663 100644 (file)
                        "location" => ["contact", "location"],
                        "about" => ["contact", "about"],
                        "keywords" => ["contact", "keywords"],
-                       "gender" => ["contact", "gender"],
                        "xmpp" => ["contact", "xmpp"],
                        "matrix" => ["contact", "matrix"],
                        "attag" => ["contact", "attag"],
                        "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"],