From ebbf6089b4c1391f2452237198f928fc9f1a73a0 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 9 Jan 2018 11:41:45 -0500 Subject: [PATCH] Add database doc about the new oembed.maxwidth field --- doc/database/db_oembed.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/database/db_oembed.md b/doc/database/db_oembed.md index 080c9824cb..651a52e740 100644 --- a/doc/database/db_oembed.md +++ b/doc/database/db_oembed.md @@ -4,6 +4,7 @@ Table oembed | Field | Description | Type | Null | Key | Default | Extra | | ------------ | ---------------------------------- | ------------ | ---- | --- | ------------------- | ----- | | url | page url | varchar(255) | NO | PRI | NULL | | +| maxwidth | Maximum width passed to Oembed | int(11) | NO | PRI | 0 | | | content | OEmbed data of the page | text | NO | | NULL | | | created | datetime of creation | datetime | NO | MUL | 0001-01-01 00:00:00 | |