1
1
Fork 0

update author name across items if changed.

This commit is contained in:
friendica 2012-02-24 20:40:09 -08:00
commit a3cf563b68
4 changed files with 24 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1124 );
define( 'UPDATE_VERSION' , 1125 );
/**
*
@ -1073,3 +1073,7 @@ ADD INDEX ( `hash` ) ");
function update_1123() {
set_config('system','allowed_themes','dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr');
}
function update_1124() {
q("alter table item add index (`author-name`) ");
}