diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-02-25 06:53:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-02-25 06:53:47 +0000 |
commit | 76387698e77d3b8409d1856d1883fa23387f571e (patch) | |
tree | e71c879ebd307aaf4111e4de82fc94725751e24f /lib/class/update.class.php | |
parent | 73fee69c33df9e36801bfb5228577551504c075c (diff) | |
download | ampache-76387698e77d3b8409d1856d1883fa23387f571e.tar.gz ampache-76387698e77d3b8409d1856d1883fa23387f571e.tar.bz2 ampache-76387698e77d3b8409d1856d1883fa23387f571e.zip |
delay random albums a bit to improve inital load, also add a refresh button so you can flip them without refreshing the whole page
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 58da8330..9e902d52 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -1138,6 +1138,9 @@ class Update { $sql = "ALTER TABLE `rating` CHANGE `rating` TINYINT ( 4 ) NOT NULL"; $db_results = Dba::query($sql); +// $sql = "ALTER TABLE `user` CHANGE `validation` VARCHAR ( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL"; +// $db_results = Dba::query($sql); + self::set_version('db_version','340015'); } // update_340015 |