Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CREATE TABLE pages (
tx_jhopengraphprotocol_ogtype tinytext,
tx_jhopengraphprotocol_ogimage text,
tx_jhopengraphprotocol_ogfalimages int(11) unsigned DEFAULT '0',
tx_jhopengraphprotocol_ogdescription tinytext
tx_jhopengraphprotocol_ogdescription varchar(300)
);

#
Expand All @@ -17,5 +17,5 @@ CREATE TABLE pages_language_overlay (
tx_jhopengraphprotocol_ogtype tinytext,
tx_jhopengraphprotocol_ogimage text,
tx_jhopengraphprotocol_ogfalimages int(11) unsigned DEFAULT '0',
tx_jhopengraphprotocol_ogdescription tinytext
);
tx_jhopengraphprotocol_ogdescription varchar(300)
);