Fixes PR #14819: Add missing index

This commit is contained in:
Michael 2025-02-16 10:52:55 +00:00
parent 02f693488f
commit c3f2bfaef3
3 changed files with 11 additions and 8 deletions

View file

@ -46,12 +46,13 @@ Fields
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
------------