1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Fixes - sitelinks, mysql, custompages

This commit is contained in:
CaMer0n
2009-11-26 09:02:46 +00:00
parent 949e0ceb2a
commit f78445421c
8 changed files with 237 additions and 182 deletions

View File

@@ -9,8 +9,8 @@
* Core SQL
*
* $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
* $Revision: 1.41 $
* $Date: 2009-11-20 05:01:30 $
* $Revision: 1.42 $
* $Date: 2009-11-26 09:02:32 $
* $Author: e107coders $
*/
@@ -138,7 +138,8 @@ CREATE TABLE core_media (
media_userclass varchar(255) NOT NULL default '',
media_usedby text NOT NULL,
media_tags text NOT NULL,
PRIMARY KEY (media_id)
PRIMARY KEY (media_id),
UNIQUE KEY media_url (media_url)
) TYPE=MyISAM;
CREATE TABLE core_media_cat (