3 lines
88 B
MySQL
3 lines
88 B
MySQL
|
CREATE UNIQUE INDEX webmentions_source_target
|
||
|
ON webmentions(source_url, target_url);
|