Performed using:
git ls-files \*.json \*.php \*.xml \*.xsd \*.html \*.txt \*.sql | xargs sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba'
Excluded tests/parser/preprocess.
Change-Id: I513538ff13c942acfe589f15c5128a8df2b3ace9
6 lines
169 B
SQL
6 lines
169 B
SQL
--
|
|
-- Kill the old iwl_prefix index, which may be present on some
|
|
-- installs if they ran update.php between it being added and being renamed
|
|
--
|
|
|
|
DROP INDEX iwl_prefix;
|