Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Fix pesky typo in script to upgrade to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jan 13, 2015
1 parent d2b04a6 commit bce5f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update/database/ezpublish/5.1/dbupdate-5.0.0-to-5.1.0.sql
Expand Up @@ -20,7 +20,7 @@ DROP INDEX ezurlalias_ml_actt;
-- Combining "ezurlalias_ml_par_txt" and "ezurlalias_ml_par_lnk_txt" by moving "link" after "text" in the latter:
DROP INDEX ezurlalias_ml_par_txt;
DROP INDEX ezurlalias_ml_par_lnk_txt;
CREATE INDEX ezurlalias_ml_par_lnk_txt ON ezurlalias_ml (parent, text, link),
CREATE INDEX ezurlalias_ml_par_lnk_txt ON ezurlalias_ml (parent, text, link);

-- Combining "ezurlalias_ml_action" and "ezurlalias_ml_par_act_id_lnk" by moving "parent" after "link" in the latter:
DROP INDEX ezurlalias_ml_action;
Expand Down

0 comments on commit bce5f14

Please sign in to comment.