-- ------------------------------------------
-- Friendica 2024.09-rc (Yellow Archangel)
--- DB_UPDATE_VERSION 1575
+-- DB_UPDATE_VERSION 1576
-- ------------------------------------------
`contact`.`unsearchable` AS `unsearchable`,
`contact`.`sensitive` AS `sensitive`,
`contact`.`baseurl` AS `baseurl`,
+ `contact`.`gsid` AS `gsid`,
`contact`.`reason` AS `reason`,
`contact`.`info` AS `info`,
`contact`.`bdyear` AS `bdyear`,
// This file is required several times during the test in DbaDefinition which justifies this condition
if (!defined('DB_UPDATE_VERSION')) {
- define('DB_UPDATE_VERSION', 1575);
+ define('DB_UPDATE_VERSION', 1576);
}
return [
"unsearchable" => ["contact", "unsearchable"],
"sensitive" => ["contact", "sensitive"],
"baseurl" => ["contact", "baseurl"],
+ "gsid" => ["contact", "gsid"],
"reason" => ["contact", "reason"],
"info" => ["contact", "info"],
"bdyear" => ["contact", "bdyear"],