Skip to content

Commit

Permalink
#705 meta info update
Browse files Browse the repository at this point in the history
  • Loading branch information
florianwt1 committed Oct 8, 2015
1 parent 3c4dbde commit f4f7c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions catalog/install/loadedcommerce.sql
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,8 @@ CREATE TABLE lc_products_description (
products_keyword varchar(255) DEFAULT NULL,
products_tags varchar(255) DEFAULT NULL,
products_meta_title varchar(255) DEFAULT NULL,
products_meta_keywords varchar(255) DEFAULT NULL,
products_meta_description varchar(255) DEFAULT NULL,
products_meta_keywords text,
products_meta_description text,
products_url varchar(255) DEFAULT NULL,
products_viewed int(11) DEFAULT NULL,
PRIMARY KEY (products_id,language_id),
Expand Down
4 changes: 2 additions & 2 deletions catalog/install/loadedcommerce_innodb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ CREATE TABLE lc_products_description (
products_keyword varchar(255) DEFAULT NULL,
products_tags varchar(255) DEFAULT NULL,
products_meta_title varchar(255) DEFAULT NULL,
products_meta_keywords varchar(255) DEFAULT NULL,
products_meta_description varchar(255) DEFAULT NULL,
products_meta_keywords text,
products_meta_description text,
products_url varchar(255) DEFAULT NULL,
products_viewed int(11) DEFAULT NULL,
PRIMARY KEY (products_id,language_id),
Expand Down

0 comments on commit f4f7c48

Please sign in to comment.