summaryrefslogtreecommitdiff
path: root/db/laconica.sql
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-08-26 14:53:52 -0400
committerCraig Andrews <candrews@integralblue.com>2009-08-26 14:53:52 -0400
commitd9e8dabaf4c5b38712a3e3ce97b45c5effee4bad (patch)
treeffb36efab7964f139d92285dbbffc12b046bff7d /db/laconica.sql
parentc1c3c60713e8eb6265c84f49f5734504474038ce (diff)
Save the mimetype for oEmbed linked url
Diffstat (limited to 'db/laconica.sql')
-rw-r--r--db/laconica.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/laconica.sql b/db/laconica.sql
index 1662ef7a8..fe93f26ac 100644
--- a/db/laconica.sql
+++ b/db/laconica.sql
@@ -450,6 +450,7 @@ create table file_oembed (
file_id integer primary key comment 'oEmbed for that URL/file' references file (id),
version varchar(20) comment 'oEmbed spec. version',
type varchar(20) comment 'oEmbed type: photo, video, link, rich',
+ mimetype varchar(50) comment 'mime type of resource',
provider varchar(50) comment 'name of this oEmbed provider',
provider_url varchar(255) comment 'URL of this oEmbed provider',
width integer comment 'width of oEmbed resource when available',