]> git.mxchange.org Git - friendica.git/commitdiff
Add database doc about the new oembed.maxwidth field
authorHypolite Petovan <mrpetovan@gmail.com>
Tue, 9 Jan 2018 16:41:45 +0000 (11:41 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 11 Jan 2018 00:25:08 +0000 (19:25 -0500)
doc/database/db_oembed.md

index 080c9824cbe49a76504c72644c6bcdbf8ed723d6..651a52e740fe6776eee98e6a7cdea37cf6da6457 100644 (file)
@@ -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 |       |