summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-13 22:22:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-13 22:22:42 +0000
commitfda4bd6deb683fc937f1ae831d9c8ed5b4748eaf (patch)
treedd7a76d1ca7a080fc7195fccd780647b75504e9a /lib/class
parent7e154abae9113055bb935e7b95c55119bfaff208 (diff)
downloadampache-fda4bd6deb683fc937f1ae831d9c8ed5b4748eaf.tar.gz
ampache-fda4bd6deb683fc937f1ae831d9c8ed5b4748eaf.tar.bz2
ampache-fda4bd6deb683fc937f1ae831d9c8ed5b4748eaf.zip
fixed random album art will now preference albums with art correctly
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/update.class.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php
index 5be760b4..fa16503b 100644
--- a/lib/class/update.class.php
+++ b/lib/class/update.class.php
@@ -1122,9 +1122,6 @@ class Update {
*/
public static function update_340015() {
- $sql = "ALTER TABLE `album_data` ADD INDEX `album_art` `album_id`,`art`(5)";
- $db_results = Dba::query($sql);
-
$sql = "ALTER TABLE `playlist` CHANGE `date` `date` INT ( 11 ) UNSIGNED NOT NULL";
$db_results = Dba::query($sql);