diff options
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 4 |
1 files changed, 4 insertions, 0 deletions
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.<br />' . + '- Add user_catalog table for tracking user<-->catalog mappings.<br />' . + '- Alter user table to handle SHA2 passwords.<br />'; + return $version; |