|
From: Christian O. <chr...@us...> - 2005-10-18 22:20:21
|
Update of /cvsroot/bbps/bbps/sql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17913/sql Modified Files: upgrade_schema.sql Log Message: added missing ; Index: upgrade_schema.sql =================================================================== RCS file: /cvsroot/bbps/bbps/sql/upgrade_schema.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** upgrade_schema.sql 9 Sep 2005 15:12:23 -0000 1.3 --- upgrade_schema.sql 18 Oct 2005 22:20:10 -0000 1.4 *************** *** 6,10 **** # Creating UNIQUES and dropping unused indexes ! ALTER TABLE `bbps_keywords` DROP INDEX `keyword_id` # Updating database to hold correct relations table without dupes --- 6,10 ---- # Creating UNIQUES and dropping unused indexes ! ALTER TABLE `bbps_keywords` DROP INDEX `keyword_id` ; # Updating database to hold correct relations table without dupes |