diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-20 17:11:34 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-21 06:33:21 -0400 |
commit | d50d24dcf499795f5b697132d9450cf72453feef (patch) | |
tree | 3d9311051eea7b97d27453d9d4ff98fe2a69d8bf /db/08to09.sql | |
parent | fa6b49ab38ab8588c1505f6f0ac7c96d49295e68 (diff) |
update database to allow >140c in group descriptions
Diffstat (limited to 'db/08to09.sql')
-rw-r--r-- | db/08to09.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/08to09.sql b/db/08to09.sql index 83bb42e35..4d1830611 100644 --- a/db/08to09.sql +++ b/db/08to09.sql @@ -7,3 +7,6 @@ alter table message alter table profile modify column bio text comment 'descriptive biography'; +alter table user_group + modify column description text comment 'group description'; + |