diff options
author | friendica <info@friendica.com> | 2012-02-24 20:40:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-24 20:40:09 -0800 |
commit | a3cf563b6836391ff4d07335cf25189c7a06418e (patch) | |
tree | 919975e4ba99bb0986f69e3ae4a18a0f2091e881 /update.php | |
parent | cb9d0993f195841a5d8adcaed4faeb7423f13a14 (diff) | |
download | volse-hubzilla-a3cf563b6836391ff4d07335cf25189c7a06418e.tar.gz volse-hubzilla-a3cf563b6836391ff4d07335cf25189c7a06418e.tar.bz2 volse-hubzilla-a3cf563b6836391ff4d07335cf25189c7a06418e.zip |
update author name across items if changed.
Diffstat (limited to 'update.php')
-rwxr-xr-x | update.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/update.php b/update.php index 07555bc01..0096754d2 100755 --- a/update.php +++ b/update.php @@ -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`) "); +}
\ No newline at end of file |