diff options
author | Evan Prodromou <evan@status.net> | 2010-02-25 09:24:29 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-25 09:24:29 -0500 |
commit | 8f42d375939116eff482b3d07a8feaa4cc29c984 (patch) | |
tree | 9f17fffb14544388eae9defd0dab91da87fe671c /db | |
parent | e6858d7203bd36923f6251968bede6f4b271bf84 (diff) |
Add 'mainpage' to User_group
Add the mainpage attribute to user_group objects.
Diffstat (limited to 'db')
-rw-r--r-- | db/statusnet.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/statusnet.sql b/db/statusnet.sql index 75d060e28..4158f0167 100644 --- a/db/statusnet.sql +++ b/db/statusnet.sql @@ -422,6 +422,7 @@ create table user_group ( modified timestamp comment 'date this record was modified', uri varchar(255) unique key comment 'universal identifier', + mainpage varchar(255) comment 'page for group info to link to', index user_group_nickname_idx (nickname) |