update author name across items if changed.
This commit is contained in:
parent
cb9d0993f1
commit
a3cf563b68
4 changed files with 24 additions and 3 deletions
|
@ -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`) ");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue