mi/backend/migrations/2020-11-04-163029_webmentio.../up.sql

3 lines
88 B
MySQL
Raw Normal View History

2020-11-04 17:18:17 +00:00
CREATE UNIQUE INDEX webmentions_source_target
ON webmentions(source_url, target_url);