mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
4 lines
160 B
SQL
4 lines
160 B
SQL
--
|
|
-- Recreates the iwl_prefix index for the iwlinks table
|
|
--
|
|
CREATE UNIQUE INDEX /*i*/iwl_prefix_title_from ON /*_*/iwlinks (iwl_prefix, iwl_title, iwl_from);
|