-- ------------------------------------------
-- Friendica 2025.02-dev (Interrupted Fern)
--- DB_UPDATE_VERSION 1578
+-- DB_UPDATE_VERSION 1579
-- ------------------------------------------
UNIQUE INDEX `nurl` (`nurl`(190)),
INDEX `next_contact` (`next_contact`),
INDEX `network` (`network`),
+ INDEX `redirect-gsid` (`redirect-gsid`),
FOREIGN KEY (`redirect-gsid`) REFERENCES `gserver` (`id`) ON UPDATE RESTRICT ON DELETE CASCADE
) DEFAULT COLLATE utf8mb4_general_ci COMMENT='Global servers';
Indexes
------------
-| Name | Fields |
-| ------------ | ----------------- |
-| PRIMARY | id |
-| nurl | UNIQUE, nurl(190) |
-| next_contact | next_contact |
-| network | network |
+| Name | Fields |
+| ------------- | ----------------- |
+| PRIMARY | id |
+| nurl | UNIQUE, nurl(190) |
+| next_contact | next_contact |
+| network | network |
+| redirect-gsid | redirect-gsid |
Foreign Keys
------------
// This file is required several times during the test in DbaDefinition which justifies this condition
if (!defined('DB_UPDATE_VERSION')) {
- define('DB_UPDATE_VERSION', 1578);
+ define('DB_UPDATE_VERSION', 1579);
}
return [
"nurl" => ["UNIQUE", "nurl(190)"],
"next_contact" => ["next_contact"],
"network" => ["network"],
+ "redirect-gsid" => ["redirect-gsid"],
]
],
"user" => [