diff options
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 |