1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00
This commit is contained in:
CaMer0n
2009-11-18 10:05:53 +00:00
parent 61356f9067
commit 06b2a7e711

View File

@@ -9,8 +9,8 @@
* Core SQL * Core SQL
* *
* $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $ * $Source: /cvs_backup/e107_0.8/e107_admin/sql/core_sql.php,v $
* $Revision: 1.38 $ * $Revision: 1.39 $
* $Date: 2009-11-18 07:16:42 $ * $Date: 2009-11-18 10:05:53 $
* $Author: e107coders $ * $Author: e107coders $
*/ */
@@ -147,7 +147,7 @@ CREATE TABLE core_media_cat (
media_cat_title text NOT NULL, media_cat_title text NOT NULL,
media_cat_diz text NOT NULL, media_cat_diz text NOT NULL,
media_cat_class int(3) unsigned default '0', media_cat_class int(3) unsigned default '0',
PRIMARY KEY (core_media_cat_id) PRIMARY KEY (media_cat_id)
) TYPE=MyISAM; ) TYPE=MyISAM;