summaryrefslogtreecommitdiff
path: root/db/08to09.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/08to09.sql
parentc1c3c60713e8eb6265c84f49f5734504474038ce (diff)
Save the mimetype for oEmbed linked url
Diffstat (limited to 'db/08to09.sql')
-rw-r--r--db/08to09.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/08to09.sql b/db/08to09.sql
index 4d1830611..223a99fa3 100644
--- a/db/08to09.sql
+++ b/db/08to09.sql
@@ -10,3 +10,5 @@ alter table profile
alter table user_group
modify column description text comment 'group description';
+alter table file_oembed
+ add column mimetype varchar(50) comment 'mime type of resource';