mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
Change update revision
This commit is contained in:
parent
a1f5b974c0
commit
18b6fceb65
1 changed files with 3 additions and 3 deletions
|
@ -447,7 +447,7 @@ class Update
|
||||||
$version[] = array('version' => '370015','description' => $update_string);
|
$version[] = array('version' => '370015','description' => $update_string);
|
||||||
|
|
||||||
$update_string = '- Enhance tag persistent merge reference.<br />';
|
$update_string = '- Enhance tag persistent merge reference.<br />';
|
||||||
$version[] = array('version' => '370017','description' => $update_string);
|
$version[] = array('version' => '370018','description' => $update_string);
|
||||||
|
|
||||||
return $version;
|
return $version;
|
||||||
}
|
}
|
||||||
|
@ -2957,11 +2957,11 @@ class Update
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* update 370017
|
* update 370018
|
||||||
*
|
*
|
||||||
* Enhance tag persistent merge reference.
|
* Enhance tag persistent merge reference.
|
||||||
*/
|
*/
|
||||||
public static function update_370017()
|
public static function update_370018()
|
||||||
{
|
{
|
||||||
$retval = true;
|
$retval = true;
|
||||||
$sql = "CREATE TABLE IF NOT EXISTS `tag_merge` ( " .
|
$sql = "CREATE TABLE IF NOT EXISTS `tag_merge` ( " .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue