update author name across items if changed.
This commit is contained in:
@@ -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`) ");
|
||||
}
|
||||
Reference in New Issue
Block a user