summaryrefslogtreecommitdiff
path: root/db/08to09.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/08to09.sql')
-rw-r--r--db/08to09.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/db/08to09.sql b/db/08to09.sql
new file mode 100644
index 000000000..223a99fa3
--- /dev/null
+++ b/db/08to09.sql
@@ -0,0 +1,14 @@
+alter table notice
+ modify column content text comment 'update content';
+
+alter table message
+ modify column content text comment 'message content';
+
+alter table profile
+ modify column bio text comment 'descriptive biography';
+
+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';