From fcfa466f4a82791ec47fb707520f6c251812df3c Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 31 May 2008 07:48:02 +0000 Subject: sync to trunk --- lib/class/update.class.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/class/update.class.php') diff --git a/lib/class/update.class.php b/lib/class/update.class.php index da6b7da8..fc25cdd6 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -282,6 +282,10 @@ class Update { $version[] = array('version' => '350001','description'=>$update_string); + $update_string = '- Remove Genre Field from song table.
' . + '- Add user_catalog table for tracking user<-->catalog mappings.
' . + '- Alter user table to handle SHA2 passwords.
'; + return $version; -- cgit