From 641e7de6373bcbf7ffb5ac3a8b737fb31f4f33c7 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 14 May 2007 07:12:15 +0000 Subject: catalog build technically works now, still working out some issues with the dynamic updating of the current state --- lib/class/update.class.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/class/update.class.php') diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 13bfdfdb..0f44a4b0 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -621,6 +621,9 @@ class Update { "VALUES ('playlist_method','50','Playlist Method','5','string','streaming')"; $db_results = Dba::query($sql); + $sql = "ALTER TABLE `update_info` ADD UNIQUE (`key`)"; + $db_results = Dba::query($sql); + $sql = "SELECT `id` FROM `user`"; $db_results = Dba::query($sql); -- cgit