mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:50:11 +00:00
the "nurl" index was accidentally dropped
This commit is contained in:
parent
017bfe17f8
commit
ae75a46529
2 changed files with 2 additions and 0 deletions
|
@ -334,6 +334,7 @@ CREATE TABLE IF NOT EXISTS `gcontact` (
|
|||
`generation` tinyint(3) NOT NULL DEFAULT 0,
|
||||
`server_url` varchar(255) NOT NULL DEFAULT '',
|
||||
PRIMARY KEY(`id`),
|
||||
INDEX `nurl` (`nurl`),
|
||||
INDEX `name` (`name`),
|
||||
INDEX `nick` (`nick`),
|
||||
INDEX `addr` (`addr`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue