diff options
Diffstat (limited to 'db/08to09.sql')
-rw-r--r-- | db/08to09.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/db/08to09.sql b/db/08to09.sql new file mode 100644 index 000000000..4d1830611 --- /dev/null +++ b/db/08to09.sql @@ -0,0 +1,12 @@ +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'; + |