|
From: Ben C. <php...@be...> - 2002-09-14 19:35:48
|
I changed this table to match the other lookup tables so I could remove some redundant code. I also changed the schemas, but if you want to update your working database you can use the following (mysql) queries: update database_server set database_name = concat(database_name,' ', database_version); alter table database_server drop database_version; |